Update documentation on running test for python environment

master
Manuel Kaufmann 2019-02-19 23:15:44 +01:00
parent f1c15d4f22
commit bd05b4a052
1 changed files with 3 additions and 3 deletions

View File

@ -24,13 +24,13 @@ argument::
To target a specific environment::
tox -e py27
tox -e py36
The ``tox`` configuration has the following environments configured. You can
target a single environment to limit the test suite::
py27
Run our test suite using Python 2.7
py36
Run our test suite using Python 3.6
lint
Run code linting using `Prospector`_. This currently runs `pylint`_,