summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini4
1 files changed, 0 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 68f8e14..6fd271b 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 =