From 1413958a674e218fd5a9470ea7cf46194d4371cf Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Tue, 5 Jun 2018 18:47:42 +0200 Subject: fix syntax-error on older python interpreters --- tox.ini | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tox.ini') 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 -- cgit v1.2.3