summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-08-26 21:57:16 +0000
committerGerrit Code Review <review@openstack.org>2017-08-26 21:57:16 +0000
commit6a67918f9d5f39564af8eacc57b80cba98242683 (patch)
treeaf045048eb5d9a9a59735411aace4d107636ef9c
parent5a9aeefff06678d790d167b6dac752677f02edf9 (diff)
parent15dd5b78a6044a55fe3523c4861da78059c2f02e (diff)
downloadkeystone-6a67918f9d5f39564af8eacc57b80cba98242683.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 5389144c2..30e9efcb2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = py35,py27,pep8,api-ref,docs,genconfig,genpolicy,releasenotes
[testenv]
usedevelop = True
-install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
+install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt
.[ldap,memcache,mongodb]