From 8360f70024330eeeb5c53d29e4a05194f872b511 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Mon, 17 Oct 2016 15:15:22 +1300 Subject: First-order conversion to Python3-only - Zap various occurrences of Python2 in docs and scripts - Remove six from netlib, and some other places where obvious project-wide search and replace works. --- README.rst | 1 - 1 file changed, 1 deletion(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 5234ef71..e69b6413 100644 --- a/README.rst +++ b/README.rst @@ -110,7 +110,6 @@ The following tox environments are relevant for local testing: .. code-block:: text - tox -e py27 # runs all tests with Python 2.7 tox -e py35 # runs all tests with Python 3.5 tox -e docs # runs a does-it-compile check on the documentation tox -e lint # runs the linter for coding style checks -- cgit v1.2.3