summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2017-08-03 17:15:03 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2017-08-03 17:15:03 +0000
commitaffba3782d29de54b59fb3eca31cefeb0d55636f (patch)
tree995005ea48208a78e4af5d70f1e41b760d37e378
parent989fc93d34f680c25c7bba356b000c110e7718ee (diff)
downloadpython-barbicanclient-affba3782d29de54b59fb3eca31cefeb0d55636f.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/pike
Change-Id: I60c164e055de3ea9c045a1e0286703a57d14c516
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e8a0179..3bb2eda 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,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}
+install_command = {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}
deps = -r{toxinidir}/requirements.txt