aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-06-28 23:48:19 -0700
committerMaximilian Hils <git@maximilianhils.com>2016-06-28 23:48:19 -0700
commitf7d4319c5aa5ea49eefbbef0424cee074e326960 (patch)
tree3a1718f6328403bfbd1dff9789a71cf5792bc44c /tox.ini
parent7cae0c268f728a6dafede4cc04fabdad1f3e5c52 (diff)
downloadmitmproxy-f7d4319c5aa5ea49eefbbef0424cee074e326960.tar.gz
mitmproxy-f7d4319c5aa5ea49eefbbef0424cee074e326960.tar.bz2
mitmproxy-f7d4319c5aa5ea49eefbbef0424cee074e326960.zip
minor fixes
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 6e3f570f..4ad9e967 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,6 +17,7 @@ commands =
[testenv:py35]
setenv =
TESTS = test/netlib test/pathod/ test/mitmproxy/script test/mitmproxy/test_contentview.py test/mitmproxy/test_custom_contentview.py test/mitmproxy/test_app.py test/mitmproxy/test_controller.py test/mitmproxy/test_fuzzing.py test/mitmproxy/test_script.py test/mitmproxy/test_web_app.py test/mitmproxy/test_utils.py test/mitmproxy/test_stateobject.py test/mitmproxy/test_cmdline.py test/mitmproxy/test_contrib_tnetstring.py test/mitmproxy/test_proxy.py test/mitmproxy/test_protocol_http1.py test/mitmproxy/test_platform_pf.py
+ HOME = {envtmpdir}
[testenv:docs]
basepython = python