File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ Automated tests
3838-------------------
3939
4040Tests are run with ``tox `` and ``pytest ``.
41- To run tests for a specific Python version, such as Python 3.6 :
41+ To run tests for a specific Python version, such as Python 3.10 :
4242
4343.. code-block :: bash
4444
45- $ tox -e py36
45+ $ tox -e py310
4646
4747
4848 To run tests for all Python versions, simply run:
Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ Automated tests
3838-------------------
3939
4040Tests are run with ``tox `` and ``pytest ``.
41- To run tests for a specific Python version, such as Python 3.6 :
41+ To run tests for a specific Python version, such as Python 3.10 :
4242
4343.. prompt :: bash
4444
45- tox -e py36
45+ tox -e py310
4646
4747
4848To run tests for all Python versions, simply run:
You can’t perform that action at this time.
0 commit comments