From 749099e2922a2852a4628978b564ade4927fafd3 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 26 Dec 2017 19:46:22 +0100 Subject: tox.ini: python3 -> python "python3" points to a different binary... on Windows, at least. --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') 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 -- cgit v1.2.3