File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ Automated tests
38
38
-------------------
39
39
40
40
Tests 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 :
42
42
43
43
.. code-block :: bash
44
44
45
- $ tox -e py36
45
+ $ tox -e py310
46
46
47
47
48
48
To run tests for all Python versions, simply run:
Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ Automated tests
37
37
-------------------
38
38
39
39
Tests are run with ``tox `` and ``pytest ``.
40
- To run tests for a specific Python version, such as Python 3.6 :
40
+ To run tests for a specific Python version, such as Python 3.10 :
41
41
42
42
.. prompt :: bash
43
43
44
- tox -e py36
44
+ tox -e py310
45
45
46
46
47
47
To run tests for all Python versions, simply run:
You can’t perform that action at this time.
0 commit comments