diff options
Diffstat (limited to 'doc/development_guide/testing.rst')
-rw-r--r-- | doc/development_guide/testing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development_guide/testing.rst b/doc/development_guide/testing.rst index af14ad4ab..fa0a988d5 100644 --- a/doc/development_guide/testing.rst +++ b/doc/development_guide/testing.rst @@ -32,7 +32,7 @@ Before writing a new test it is often a good idea to ensure that your change isn breaking a current test. You can run our tests using the tox_ package, as in:: python -m tox - python -m tox -epy36 # for Python 3.6 suite only + python -m tox -epy38 # for Python 3.8 suite only python -m tox -epylint # for running Pylint over Pylint's codebase python -m tox -eformatting # for running formatting checks over Pylint's codebase |