Update UPPER_CONSTRAINTS_FILE for stable/pike

Change-Id: I58a2f7359fd29178ace3db9d2728dfc112914192
This commit is contained in:
OpenStack Release Bot 2017-08-24 14:00:11 +00:00
parent 0f4acde16d
commit f239f640b3
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