Update UPPER_CONSTRAINTS_FILE for stable/pike

Change-Id: I721966ffc9653f99c49c91ff136ac501d9d85ede
This commit is contained in:
OpenStack Release Bot 2017-08-11 23:00:02 +00:00
parent 28c16208f4
commit e39147621b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ envlist = py35,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}
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}
whitelist_externals = find
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt