diff --git a/tox.ini b/tox.ini index 68f8e140..6fd271b0 100644 --- a/tox.ini +++ b/tox.ini @@ -14,9 +14,6 @@ commands = python setup.py test --coverage --coverage-package-name=oslo_log --slowest --testr-args='{posargs}' coverage report --show-missing -[testenv:py27] -basepython = python2.7 - [testenv:pep8] basepython = python3 commands = @@ -56,7 +53,6 @@ import_exceptions = oslo_log._i18n basepython = python3 commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html - [testenv:lower-constraints] basepython = python3 deps =