summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2017-01-31 23:36:54 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2017-01-31 23:36:54 +0000
commit7788fd5b75855b2882aa062770f4c4c4d079c0f3 (patch)
tree3138ce3f6baa9f1ce92d19962b5fb248be3fb200
parent340dc74b88731cded579bc6a9efff4c06b3b3e22 (diff)
downloadpython-openstackclient-7788fd5b75855b2882aa062770f4c4c4d079c0f3.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/ocata
Change-Id: I1c05da193843a851ba8ac346001282dac450a36b
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9d18cb4e..d3c42186 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ skipdist = 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}
deps = -r{toxinidir}/test-requirements.txt
commands = ostestr {posargs}