Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2019-01-28 18:57:07 +00:00 committed by Gerrit Code Review
commit 3d091ed522

View File

@ -42,6 +42,7 @@ basepython = python3
commands = python setup.py build_sphinx commands = python setup.py build_sphinx
[testenv:debug] [testenv:debug]
basepython = python3
commands = oslo_debug_helper {posargs} commands = oslo_debug_helper {posargs}
[testenv:releasenotes] [testenv:releasenotes]