Skip to content

Commit bd05b4a

Browse files
committed
Update documentation on running test for python environment
1 parent f1c15d4 commit bd05b4a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/tests.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ argument::
2424

2525
To target a specific environment::
2626

27-
tox -e py27
27+
tox -e py36
2828

2929
The ``tox`` configuration has the following environments configured. You can
3030
target a single environment to limit the test suite::
3131

32-
py27
33-
Run our test suite using Python 2.7
32+
py36
33+
Run our test suite using Python 3.6
3434

3535
lint
3636
Run code linting using `Prospector`_. This currently runs `pylint`_,

0 commit comments

Comments
 (0)