tox.ini: python3 -> python

"python3" points to a different binary... on Windows, at least.
This commit is contained in:
Maximilian Hils 2017-12-26 19:46:22 +01:00
parent 7075f4dfec
commit 749099e292

View File

@ -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