diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2016-10-17 18:41:47 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2016-10-17 18:42:48 +1300 |
commit | 43a83c89e73905daa7ebc27313a45546f0a33f61 (patch) | |
tree | 950f1a31f997968f3c0fd1ec9fbc2ee16d4a93c8 /README.rst | |
parent | 209c73336c2c69366d9cfd1584ce8d62d32557d6 (diff) | |
download | mitmproxy-43a83c89e73905daa7ebc27313a45546f0a33f61.tar.gz mitmproxy-43a83c89e73905daa7ebc27313a45546f0a33f61.tar.bz2 mitmproxy-43a83c89e73905daa7ebc27313a45546f0a33f61.zip |
python3: update README and setup.py trove classifiers
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -103,8 +103,8 @@ requirements installed, and you can simply run the test suite: Please ensure that all patches are accompanied by matching changes in the test suite. The project tries to maintain 100% test coverage. -You can also use `tox` to run a full suite of tests in Python 2.7 and 3.5, -including a quick test to check documentation and code linting. +You can also use `tox` to run the full suite of tests, including a quick test +to check documentation and code linting. The following tox environments are relevant for local testing: @@ -114,9 +114,6 @@ The following tox environments are relevant for local testing: tox -e docs # runs a does-it-compile check on the documentation tox -e lint # runs the linter for coding style checks -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 ------------- |