aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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