diff --git a/tox.ini b/tox.ini index 26f1436..5fa1d3f 100644 --- a/tox.ini +++ b/tox.ini @@ -37,12 +37,6 @@ commands = basepython = python3 commands = {posargs} -[testenv:py27] -basepython = python2.7 -deps = -r{toxinidir}/test-requirements.txt -# TODO: Need to write unit tests then remove the following command. -commands = /bin/true - [testenv:py34] basepython = python3.4 deps = -r{toxinidir}/test-requirements.txt