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 f3cc5e0 commit 9e31450Copy full SHA for 9e31450
CONTRIBUTING.rst
@@ -38,11 +38,11 @@ Automated tests
38
-------------------
39
40
Tests are run with ``tox`` and ``pytest``.
41
-To run tests for a specific Python version, such as Python 3.6:
+To run tests for a specific Python version, such as Python 3.10:
42
43
.. code-block:: bash
44
45
- $ tox -e py36
+ $ tox -e py310
46
47
48
To run tests for all Python versions, simply run:
0 commit comments