aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorShadab Zafar <dufferzafar0@gmail.com>2016-07-09 12:51:43 +0530
committerShadab Zafar <dufferzafar0@gmail.com>2016-07-09 12:51:43 +0530
commitbd58230178efac789fabc4e4aa81ae6ad5c4b2b4 (patch)
tree2eab0c7bf66ad7f6f00cc306d66a07d78a1f0df1 /tox.ini
parent0a21d270046f97a8d7da4378ca3a54b4a7f898b8 (diff)
downloadmitmproxy-bd58230178efac789fabc4e4aa81ae6ad5c4b2b4.tar.gz
mitmproxy-bd58230178efac789fabc4e4aa81ae6ad5c4b2b4.tar.bz2
mitmproxy-bd58230178efac789fabc4e4aa81ae6ad5c4b2b4.zip
Remove py35 section from tox.ini
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 0 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 411718c8..1896744d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,11 +14,6 @@ commands =
py.test --timeout 60 {posargs} {env:TESTS}
{env:CI_COMMANDS:python -c ""}
-[testenv:py35]
-setenv =
- TESTS = test/
- HOME = {envtmpdir}
-
[testenv:docs]
changedir = docs
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html