Remove py35 section from tox.ini

This commit is contained in:
Shadab Zafar 2016-07-09 12:51:43 +05:30
parent 0a21d27004
commit bd58230178
1 changed files with 0 additions and 5 deletions

View File

@ -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