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