summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2020-03-21 17:45:45 -0400
committerNejc Habjan <hab.nejc@gmail.com>2020-03-21 18:57:43 -0400
commit6e80723e5fa00e8b870ec25d1cb2484d4b5816ca (patch)
tree88fd939b81a1342b89854af03177e0699093a9f8 /README.rst
parent82deb7dbe261c4b42a9c45a5b85a2c767f3a8218 (diff)
downloadgitlab-6e80723e5fa00e8b870ec25d1cb2484d4b5816ca.tar.gz
chore: remove references to python2 in test env
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index c00e0c6..7229647 100644
--- a/README.rst
+++ b/README.rst
@@ -129,11 +129,11 @@ You need to install ``tox`` to run unit tests and documentation builds locally:
.. code-block:: bash
- # run the unit tests for python 2/3, and the pep8 tests:
+ # run the unit tests for all supported python3 versions, and the pep8 tests:
tox
# run tests in one environment only:
- tox -epy35
+ tox -epy36
# build the documentation, the result will be generated in
# build/sphinx/html/