Merge "Fix tox -e venv -- reno new <slug>"
This commit is contained in:
commit
0c1a73eff5
4
tox.ini
4
tox.ini
@ -87,6 +87,10 @@ commands =
|
||||
{toxinidir}/openstackclient/tests/functional/run_stestr.sh {posargs}
|
||||
|
||||
[testenv:venv]
|
||||
deps =
|
||||
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
|
||||
-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:cover]
|
||||
|
Loading…
x
Reference in New Issue
Block a user