From 6e80723e5fa00e8b870ec25d1cb2484d4b5816ca Mon Sep 17 00:00:00 2001 From: Nejc Habjan Date: Sat, 21 Mar 2020 17:45:45 -0400 Subject: chore: remove references to python2 in test env --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.rst') 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/ -- cgit v1.2.1