summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-03-09 23:34:47 +0000
committerGerrit Code Review <review@openstack.org>2017-03-09 23:34:47 +0000
commit0dae820f32bb944188caf5ca179969abcc97ce68 (patch)
treed3c851de6eaa1629c35cf892188a4c253d3dfedd
parent70efb77c9e2e4be54198cf5851b499007f4cce74 (diff)
parent03c81088fb85167d96836cc38fca1f3a6cf96227 (diff)
downloadpython-cinderclient-0dae820f32bb944188caf5ca179969abcc97ce68.tar.gz
Merge "Update UPPER_CONSTRAINTS_FILE for stable/ocata" into stable/ocata
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 47ebf6b..f2826b8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ skipsdist = True
[testenv]
usedevelop = True
install_command =
- {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
+ {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
BRANCH_NAME=master