Merge "tox: Don't set basepython in testenv"

This commit is contained in:
Zuul 2018-06-14 22:17:57 +00:00 committed by Gerrit Code Review
commit 1aca8a362a
1 changed files with 0 additions and 4 deletions

View File

@ -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 =