Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2019-01-09 09:07:07 +00:00 committed by Gerrit Code Review
commit 89a0332b43
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ commands =
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:debug]
basepython = python3
commands = oslo_debug_helper {posargs}
[flake8]