File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2828 - tox_env : py37
2929 - tox_env : py38
3030 - tox_env : py39
31+ - tox_env : py310
3132 - tox_env : packaging
3233
3334 steps :
Original file line number Diff line number Diff 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 3 and spawn a pdb on error
30- tox -e py3 -- -v --pdb test/test_modules.py
29+ # Only modules tests on a specific Python 3, e.g., 3.8 and spawn a pdb on error
30+ tox -e py38 -- -v --pdb test/test_modules.py
3131
3232
3333Code style
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ classifiers =
2121 Programming Language :: Python :: 3.6
2222 Programming Language :: Python :: 3.7
2323 Programming Language :: Python :: 3.8
24+ Programming Language :: Python :: 3.9
25+ Programming Language :: Python :: 3.10
2426 Topic :: Software Development :: Testing
2527 Topic :: System :: Systems Administration
2628 Framework :: Pytest
Original file line number Diff line number Diff line change 11[tox]
22envlist =
33 lint
4- py{36,37,38,39}
4+ py{36,37,38,39,310 }
55 doc
66 packaging
77
You can’t perform that action at this time.
0 commit comments