diff --git a/tox.ini b/tox.ini index 89b03a1..a0f1ca8 100644 --- a/tox.ini +++ b/tox.ini @@ -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]