Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2019-03-27 07:37:38 +00:00 committed by Gerrit Code Review
commit 4704d56363
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ basepython = python3
commands = python setup.py build_sphinx
[testenv:debug]
basepython = python3
commands = oslo_debug_helper {posargs}
[testenv:releasenotes]
@ -63,6 +64,7 @@ exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,releasenotes
[testenv:pip-check-reqs]
basepython = python3
# Do not install test-requirements as that will pollute the virtualenv for
# determining missing packages.
# This also means that pip-check-reqs must be installed separately, outside