diff --git a/tox.ini b/tox.ini index b905426..1eda136 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = pep8,py27,py34,py35,py36 +envlist = pep8,py34,py35,py36 skipsdist = True # NOTE(beisner): Avoid build/test env pollution by not enabling sitepackages. sitepackages = False @@ -13,13 +13,6 @@ install_command = pip install {opts} {packages} commands = ostestr {posargs} -[testenv:py27] -basepython = python2.7 -deps = -r{toxinidir}/test-requirements.txt -# TODO: Need to write unit tests then remove the following command. -# https://github.com/juju/charm-tools/issues/249 -commands = /bin/true - [testenv:py34] basepython = python3.4 deps = -r{toxinidir}/test-requirements.txt