aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2018-06-05 18:47:42 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2018-06-08 08:31:48 +0200
commit1413958a674e218fd5a9470ea7cf46194d4371cf (patch)
tree592c48fd88f3a72d20070048556c9997cef739b5 /tox.ini
parent09ff5df2fb354a017afa02138b329e615a80c1d0 (diff)
downloadmitmproxy-1413958a674e218fd5a9470ea7cf46194d4371cf.tar.gz
mitmproxy-1413958a674e218fd5a9470ea7cf46194d4371cf.tar.bz2
mitmproxy-1413958a674e218fd5a9470ea7cf46194d4371cf.zip
fix syntax-error on older python interpreters
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 46e365df..9401b8f2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,6 +17,14 @@ commands =
{posargs}
{env:CI_COMMANDS:python -c ""}
+[testenv:py35]
+whitelist_externals =
+ bash
+deps =
+ -rrequirements.txt
+commands =
+ bash -c "mitmdump --version 2>&1 | grep 'mitmproxy requires Python 3.6'"
+
[testenv:lint]
commands =
mitmdump --version