Merge "fix tox python3 overrides"
This commit is contained in:
commit
8d9c892c69
2
tox.ini
2
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"
|
||||
|
Loading…
Reference in New Issue
Block a user