aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-12-23 20:30:04 +0100
committerMaximilian Hils <git@maximilianhils.com>2016-12-27 16:28:12 +0100
commit0bde932b78a46a2a69f1026c973c287b63d7d292 (patch)
treee13cc6551bd121b9fbf27bdf44cedcc21b86bf9f /tox.ini
parent38198769eb82465c4ee2af3c68d01bd0178875b8 (diff)
downloadmitmproxy-0bde932b78a46a2a69f1026c973c287b63d7d292.tar.gz
mitmproxy-0bde932b78a46a2a69f1026c973c287b63d7d292.tar.bz2
mitmproxy-0bde932b78a46a2a69f1026c973c287b63d7d292.zip
run tests on Python 3.6
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index da5446c3..85c962f7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,10 +1,9 @@
[tox]
-envlist = py35, docs, lint
+envlist = py35, py36, docs, lint
skipsdist = True
toxworkdir={env:TOX_WORK_DIR:.tox}
[testenv]
-basepython = python3.5
deps =
{env:CI_DEPS:}
-rrequirements.txt