Update UPPER_CONSTRAINTS_FILE for stable/pike

Change-Id: I7e9e2e36d8a4308aab94f97851acf66b493058f1
This commit is contained in:
OpenStack Release Bot 2017-08-18 08:00:07 +00:00
parent 07fba437eb
commit 7151b5a6ec

View File

@ -7,7 +7,7 @@ envlist = docs,linters,functional
[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}
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike} {opts} {packages}
deps =
-r{toxinidir}/test-requirements.txt
commands =