From bd58230178efac789fabc4e4aa81ae6ad5c4b2b4 Mon Sep 17 00:00:00 2001 From: Shadab Zafar Date: Sat, 9 Jul 2016 12:51:43 +0530 Subject: [PATCH] Remove py35 section from tox.ini --- tox.ini | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tox.ini b/tox.ini index 411718c84..1896744db 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