Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-06 05:16:18 +00:00 committed by Gerrit Code Review
commit 8d9c892c69

View File

@ -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"