Remove leading 'x' from repository name (#486)
This commit is contained in:
committed by
Tammo Behrends
parent
b81abfd206
commit
5eeb5cd059
@@ -1,7 +1,7 @@
|
|||||||
# xPython
|
# Exercism Python Track
|
||||||
|
|
||||||
[](https://travis-ci.org/exercism/xpython) [](https://requires.io/github/exercism/xpython/requirements/?branch=master)
|
[](https://travis-ci.org/exercism/python) [](https://requires.io/github/exercism/python/requirements/?branch=master)
|
||||||
[](https://gitter.im/exercism/xpython?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://gitter.im/exercism/python?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
Exercism exercises in Python
|
Exercism exercises in Python
|
||||||
|
|
||||||
@@ -48,7 +48,7 @@ This repo uses [flake8](http://flake8.readthedocs.org/en/latest/) with default s
|
|||||||
|
|
||||||
### CI build
|
### CI build
|
||||||
|
|
||||||
This repo uses `travis-ci` in the following configuration: [travis.yml](https://github.com/exercism/xpython/blob/master/.travis.yml)
|
This repo uses `travis-ci` in the following configuration: [travis.yml](https://github.com/exercism/python/blob/master/.travis.yml)
|
||||||
|
|
||||||
It will check automatically the code style, the problem configuration and runns the unittests with all supported Python versions.
|
It will check automatically the code style, the problem configuration and runns the unittests with all supported Python versions.
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"slug": "python",
|
"slug": "python",
|
||||||
"language": "Python",
|
"language": "Python",
|
||||||
"repository": "https://github.com/exercism/xpython",
|
"repository": "https://github.com/exercism/python",
|
||||||
"active": true,
|
"active": true,
|
||||||
"exercises": [
|
"exercises": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user