Update UPPER_CONSTRAINTS_FILE for stable/pike

Change-Id: Ib37d26ecbe09a38590fd6d34f9fb70a0a3c1555c
This commit is contained in:
OpenStack Release Bot 2017-08-24 14:00:23 +00:00
parent 367bb5295f
commit cba8d6a8cf
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