summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2017-07-28 21:07:15 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2017-07-28 21:07:15 +0000
commit1b31e4781608d45003473958a611bdc97c0f075a (patch)
treec924f72584790447affdf33eab2ee75bc6c5eded
parent0a5341a20fe09278b556bd3f8ead3ef09dcfd5fb (diff)
downloadpython-keystoneclient-1b31e4781608d45003473958a611bdc97c0f075a.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/pike
Change-Id: I68747e0770cbb54a9bb1c0b51592f058496fc0a0
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 08ba962..f0facfd 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/pike} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
BRANCH_NAME=master
CLIENT_NAME=python-keystoneclient