aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2017-12-26 19:46:22 +0100
committerMaximilian Hils <git@maximilianhils.com>2017-12-29 22:57:01 +0100
commit749099e2922a2852a4628978b564ade4927fafd3 (patch)
treef095416a9146fd628b95fd44bd3ef5664cae495b /tox.ini
parent7075f4dfec749258f6f23c90f0dc2d1e3a11d0f6 (diff)
downloadmitmproxy-749099e2922a2852a4628978b564ade4927fafd3.tar.gz
mitmproxy-749099e2922a2852a4628978b564ade4927fafd3.tar.bz2
mitmproxy-749099e2922a2852a4628978b564ade4927fafd3.zip
tox.ini: python3 -> python
"python3" points to a different binary... on Windows, at least.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index f1e06a6c..5c2b25ae 100644
--- a/tox.ini
+++ b/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