aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
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