summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-08-21 12:33:23 +0000
committerGerrit Code Review <review@openstack.org>2017-08-21 12:33:23 +0000
commitbd4d010531c87a4b6243155fde78455439d97eb7 (patch)
tree07a9a01a3f9dfc1be1405ba59c591dcdaad659c1
parent192170eda7cb93d18f9f09ab69ea7250b16711d6 (diff)
parent5cc1a8b02488378d57d2433274b2b76a09180f52 (diff)
downloadpython-glanceclient-bd4d010531c87a4b6243155fde78455439d97eb7.tar.gz
Merge "Update UPPER_CONSTRAINTS_FILE for stable/pike" into stable/pike
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c28c8c6..37ce9a6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,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/pike} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
OS_STDOUT_NOCAPTURE=False
OS_STDERR_NOCAPTURE=False