Merge "fix tox python3 overrides"

This commit is contained in:
Zuul
2018-10-01 13:13:53 +00:00
committed by Gerrit Code Review

View File

@@ -10,6 +10,7 @@ deps = -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/re
passenv = *_proxy *_PROXY
[testenv:venv]
basepython = python3
commands = {posargs}
[testenv:docs]