Merge "fix tox python3 overrides"

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

View File

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