Skip to content

Commit e764650

Browse files
Updated files with 'repo_helper'.
1 parent 530b2c2 commit e764650

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ Automated tests
3838
-------------------
3939

4040
Tests are run with ``tox`` and ``pytest``.
41-
To run tests for a specific Python version, such as Python 3.10:
41+
To run tests for a specific Python version, such as Python 3.6:
4242

4343
.. code-block:: bash
4444
45-
$ tox -e py310
45+
$ tox -e py36
4646
4747
4848
To run tests for all Python versions, simply run:

doc-source/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ Automated tests
3737
-------------------
3838

3939
Tests are run with ``tox`` and ``pytest``.
40-
To run tests for a specific Python version, such as Python 3.10:
40+
To run tests for a specific Python version, such as Python 3.6:
4141

4242
.. prompt:: bash
4343

44-
tox -e py310
44+
tox -e py36
4545

4646

4747
To run tests for all Python versions, simply run:

0 commit comments

Comments
 (0)