mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
tox.ini: python3 -> python
"python3" points to a different binary... on Windows, at least.
This commit is contained in:
parent
7075f4dfec
commit
749099e292
4
tox.ini
4
tox.ini
@ -25,7 +25,7 @@ commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
||||
commands =
|
||||
mitmdump --version
|
||||
flake8 --jobs 8 mitmproxy pathod examples test release
|
||||
python3 test/filename_matching.py
|
||||
python test/filename_matching.py
|
||||
rstcheck README.rst
|
||||
mypy --ignore-missing-imports ./mitmproxy
|
||||
mypy --ignore-missing-imports ./pathod
|
||||
@ -35,7 +35,7 @@ commands =
|
||||
deps =
|
||||
-rrequirements.txt
|
||||
commands =
|
||||
python3 test/individual_coverage.py
|
||||
python test/individual_coverage.py
|
||||
|
||||
[testenv:wheel]
|
||||
recreate = True
|
||||
|
Loading…
Reference in New Issue
Block a user