summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-08-26 22:18:26 +0000
committerGerrit Code Review <review@openstack.org>2017-08-26 22:18:26 +0000
commit7ff05baa1fa56f152173651f16fc6fd181291292 (patch)
tree12204f20d4a13927f520799d49a0f82dcad95b00
parentd614507e1ed01fd766573810cd47a288cf7a6fe5 (diff)
parent1b31e4781608d45003473958a611bdc97c0f075a (diff)
downloadpython-keystoneclient-7ff05baa1fa56f152173651f16fc6fd181291292.tar.gz
Merge "Update UPPER_CONSTRAINTS_FILE for stable/pike" into stable/pike
-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