mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-01-30 23:09:44 +00:00
update README about Python support
This commit is contained in:
parent
ecd01ce7c6
commit
329909c514
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user