diff options
| -rw-r--r-- | tox.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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] |
