Remove py27 from tox.ini as not needed

This commit is contained in:
Alex Kavanagh 2016-07-13 14:24:33 +00:00
parent f8b5939ba9
commit bacbfac125
1 changed files with 0 additions and 5 deletions

View File

@ -22,11 +22,6 @@ basepython = python2.7
commands =
charm-build --log-level DEBUG -o {toxinidir}/build src {posargs}
;[testenv:py27]
;basepython = python2.7
;deps = -r{toxinidir}/test-requirements.txt
;commands = ostestr {posargs}
[testenv:py34]
basepython = python3.4
deps = -r{toxinidir}/test-requirements.txt