Skip to content

Commit 6942161

Browse files
atombrellaphilpep
authored andcommitted
Update tox command to py3.
1 parent b5ab2e6 commit 6942161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ To run only some selected tests::
2626
# Only tests matching 'ansible' on 4 processes with pytest-xdist
2727
tox -- -v -n 4 -k ansible test
2828

29-
# Only modules tests on python 2.7 and spawn a pdb on error
30-
tox -e py27 -- -v --pdb test/test_modules.py
29+
# Only modules tests on Python 3 and spawn a pdb on error
30+
tox -e py3 -- -v --pdb test/test_modules.py
3131

3232

3333
Code style

0 commit comments

Comments
 (0)