fix tox python3 overrides

Change-Id: Id4acab46d129543e06ee7268d285441493491b39
This commit is contained in:
Vieri 2018-12-25 06:57:21 +00:00
parent 145e78516c
commit 0ab709957e
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]