Update UPPER_CONSTRAINTS_FILE for stable/newton

Change-Id: I1d63f9b4e1af08b7b233c88125679a19b9200dd6
This commit is contained in:
Davanum Srinivas 2016-09-22 08:37:57 -04:00
parent 8560f136f1
commit 0f85f0b7a3

View File

@ -5,7 +5,7 @@ envlist = py35,py34,py27,pep8
[testenv]
usedevelop = True
install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/newton} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1
LANGUAGE=en_US