Update UPPER_CONSTRAINTS_FILE for stable/pike

Change-Id: I366f9aecc751fdf78d9c931c22b775488ffe6d1a
This commit is contained in:
OpenStack Release Bot 2017-08-24 14:01:33 +00:00
parent fbe6dd24bd
commit 42926bc504
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