Merge "Fix tox -e venv -- reno new <slug>"

This commit is contained in:
Zuul 2018-01-30 03:33:33 +00:00 committed by Gerrit Code Review
commit 0c1a73eff5
1 changed files with 4 additions and 0 deletions

View File

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