Update UPPER_CONSTRAINTS_FILE for stable/pike

Change-Id: I5ad79bb7b08cf984808b79d5c85d4679d65e8674
This commit is contained in:
OpenStack Release Bot 2017-10-22 14:50:11 +00:00 committed by zhongshengping
parent 48dc6a315b
commit c6b17c7f6e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ skipsdist = True
envlist = releasenotes
[testenv]
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}
[testenv:releasenotes]
deps = -r{toxinidir}/test-requirements.txt