Merge "fix tox python3 overrides"

This commit is contained in:
Zuul 2018-10-01 13:13:53 +00:00 committed by Gerrit Code Review
commit c2929b40b2
1 changed files with 1 additions and 0 deletions

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]