diff options
author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-06-16 10:08:47 +0200 |
---|---|---|
committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-06-16 18:13:03 +0200 |
commit | daa31c0fe063369fa17db9e3ace7b6dcf95cbb81 (patch) | |
tree | 0cfe470466ae3393135277581565682234cb8e12 /README.rst | |
parent | 1575fd3c9ed933a44b7b89ab85908131bb8067a7 (diff) | |
download | mitmproxy-daa31c0fe063369fa17db9e3ace7b6dcf95cbb81.tar.gz mitmproxy-daa31c0fe063369fa17db9e3ace7b6dcf95cbb81.tar.bz2 mitmproxy-daa31c0fe063369fa17db9e3ace7b6dcf95cbb81.zip |
hide codecov.yml
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -106,6 +106,9 @@ 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 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. + Documentation ------------- |