aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@corte.si>2016-10-17 15:35:09 +1300
committerGitHub <noreply@github.com>2016-10-17 15:35:09 +1300
commit421679a770c811ceeeccace6310dffcbbe6362dd (patch)
tree6bbdcfe54fcce1e41660ca07c9470f42debdec5b /README.rst
parent4918feb7252c76c95d85cd8b2b0334a22aaae274 (diff)
parent8360f70024330eeeb5c53d29e4a05194f872b511 (diff)
downloadmitmproxy-421679a770c811ceeeccace6310dffcbbe6362dd.tar.gz
mitmproxy-421679a770c811ceeeccace6310dffcbbe6362dd.tar.bz2
mitmproxy-421679a770c811ceeeccace6310dffcbbe6362dd.zip
Merge pull request #1613 from cortesi/python3
First-order conversion to Python3-only
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst1
1 files changed, 0 insertions, 1 deletions
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