summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2017-01-25 09:49:13 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2017-01-25 09:49:13 +0000
commite6b8b011ed4e0641ccf474bc65f4035df446ca9a (patch)
treef40b6b45a78b45968cfff9e113b77b2552edc00a
parent15f73dee06ed4e5ff00e00a817a33d6713eab3bb (diff)
downloadpython-keystoneclient-e6b8b011ed4e0641ccf474bc65f4035df446ca9a.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/ocata
Change-Id: I77670e46ff2aa2b61ac38918d0b78be3ec95a06d
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 08ba962..f8cdb5f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = py35,py27,pep8,releasenotes
[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}
BRANCH_NAME=master
CLIENT_NAME=python-keystoneclient