Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2019-02-25 02:54:56 +00:00 committed by Gerrit Code Review
commit 75cd46fd7c
1 changed files with 1 additions and 0 deletions

View File

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