.
This commit is contained in:
parent
661a019b0a
commit
3e5410289e
@ -70,14 +70,14 @@ Ready to contribute? Here's how to set up `erepublik` for local development.
|
|||||||
|
|
||||||
Now you can make your changes locally.
|
Now you can make your changes locally.
|
||||||
|
|
||||||
5. When you're done making changes, check that your changes pass flake8 and the
|
5. When you're done making changes, check that your changes pass flake8, isort and the
|
||||||
tests, including testing other Python versions with tox::
|
tests::
|
||||||
|
|
||||||
$ flake8 erepublik tests
|
$ flake8 erepublik tests
|
||||||
$ python setup.py test or py.test
|
$ isort erepublik
|
||||||
$ tox
|
$ python setup.py test
|
||||||
|
|
||||||
To get flake8 and tox, just pip install them into your virtualenv.
|
To get flake8 and isort, just pip install them into your virtualenv.
|
||||||
|
|
||||||
6. Commit your changes and push your branch to GitHub::
|
6. Commit your changes and push your branch to GitHub::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user