diff --git a/tox.ini b/tox.ini index 0b56520..c8708cf 100644 --- a/tox.ini +++ b/tox.ini @@ -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