diff options
| author | Zuul <zuul@review.openstack.org> | 2018-01-30 03:33:33 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2018-01-30 03:33:33 +0000 |
| commit | 0c1a73eff5c80e189e79eaf37a2555dbeca27103 (patch) | |
| tree | fed1150d125b5e444c484a8d9f64e10c0f156bb4 | |
| parent | a742e47ecf86ef514d124ec5d10df197c01b253b (diff) | |
| parent | 8468b2a064bca7a31cfc558ac0729ecfe2d3201d (diff) | |
| download | python-openstackclient-0c1a73eff5c80e189e79eaf37a2555dbeca27103.tar.gz | |
Merge "Fix tox -e venv -- reno new <slug>"
| -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] |
