We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ab2e6 commit 6942161Copy full SHA for 6942161
CONTRIBUTING.rst
@@ -26,8 +26,8 @@ To run only some selected tests::
26
# Only tests matching 'ansible' on 4 processes with pytest-xdist
27
tox -- -v -n 4 -k ansible test
28
29
- # Only modules tests on python 2.7 and spawn a pdb on error
30
- tox -e py27 -- -v --pdb test/test_modules.py
+ # Only modules tests on Python 3 and spawn a pdb on error
+ tox -e py3 -- -v --pdb test/test_modules.py
31
32
33
Code style
0 commit comments