Update UPPER_CONSTRAINTS_FILE for stable/pike

Change-Id: Ib739ab22bdad3d98e5a712e88c1d17c51170630f
This commit is contained in:
OpenStack Release Bot 2017-08-10 20:53:35 +00:00
parent 9ab71232b2
commit 2380502c79
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ minversion = 2.3.2
skipsdist = True
[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}
setenv =
VIRTUAL_ENV={envdir}
INTEGRATION_TESTS=0