aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-07-19 10:43:50 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-07-19 10:43:57 +0200
commit329909c514038d5ef9933af6f970d564956fcf0a (patch)
tree988f9587ebb0f4b27187d1c67812b61dfd014ad0 /README.rst
parentecd01ce7c68dfe46c37482ddbc6ae58cc029af3b (diff)
downloadmitmproxy-329909c514038d5ef9933af6f970d564956fcf0a.tar.gz
mitmproxy-329909c514038d5ef9933af6f970d564956fcf0a.tar.bz2
mitmproxy-329909c514038d5ef9933af6f970d564956fcf0a.zip
update README about Python support
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 3ae2eaab..5234ef71 100644
--- a/README.rst
+++ b/README.rst
@@ -111,12 +111,12 @@ 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 (partial support only)
+ 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
-We are in the middle of transitioning to Python 3, so please make sure all tests
-pass in Python 2.7 and 3.5. Running `tox` ensure all necessary tests are executed.
+We support Python 2.7 and 3.5, so please make sure all tests pass in both
+environments. Running `tox` ensures all necessary tests are executed.
Documentation