summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2017-01-26 10:22:14 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2017-01-26 10:22:14 +0000
commit2eb28469fd5f216d0804c66839b87b399712a20d (patch)
tree8724f6553bdacb698eb65df7147ba35819b16292
parent8c900df0649dc8821729bff750529447c0c9fad8 (diff)
downloadpython-barbicanclient-2eb28469fd5f216d0804c66839b87b399712a20d.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/ocata
Change-Id: I07c99121cbb4e1ac319f805839853df4f0e6f74e
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a3d1b4a..1468f40 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/ocata} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt