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
1 changed files with 1 additions and 0 deletions

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]