Merge "fix tox python3 overrides"
This commit is contained in:
commit
4704d56363
2
tox.ini
2
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user