aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2019-09-28 19:52:18 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2019-09-28 23:29:13 +0200
commitace79afefc7b9d8055a043a3a80d4cb8cee8a59e (patch)
tree3be0b3bb4328600346bbbb6c98fd09234a780ac9 /tox.ini
parent33a2415f6c246220e039d42d51899c15b50b43ad (diff)
downloadmitmproxy-ace79afefc7b9d8055a043a3a80d4cb8cee8a59e.tar.gz
mitmproxy-ace79afefc7b9d8055a043a3a80d4cb8cee8a59e.tar.bz2
mitmproxy-ace79afefc7b9d8055a043a3a80d4cb8cee8a59e.zip
bump more deps
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 8efe04f5..8c8fbaa2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py36, py37, lint
+envlist = py35, py36, py37, lint, individual_coverage, wheeltest, docs
skipsdist = True
toxworkdir={env:TOX_WORK_DIR:.tox}