Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-12-14 08:52:39 +00:00 committed by Gerrit Code Review
commit 020317e3ae
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,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]