diff options
| author | Nejc Habjan <hab.nejc@gmail.com> | 2020-03-21 17:45:45 -0400 |
|---|---|---|
| committer | Nejc Habjan <hab.nejc@gmail.com> | 2020-03-21 18:57:43 -0400 |
| commit | 6e80723e5fa00e8b870ec25d1cb2484d4b5816ca (patch) | |
| tree | 88fd939b81a1342b89854af03177e0699093a9f8 /README.rst | |
| parent | 82deb7dbe261c4b42a9c45a5b85a2c767f3a8218 (diff) | |
| download | gitlab-6e80723e5fa00e8b870ec25d1cb2484d4b5816ca.tar.gz | |
chore: remove references to python2 in test env
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/ |
