diff --git a/tox.ini b/tox.ini index a738e3334..6b2cfb5cb 100644 --- a/tox.ini +++ b/tox.ini @@ -10,9 +10,11 @@ deps = -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/re passenv = *_proxy *_PROXY [testenv:venv] +basepython = python3 commands = {posargs} [testenv:docs] +basepython = python3 deps = -r{toxinidir}/doc/requirements.txt commands = bash -c "rm -rf doc/build"