Update UPPER_CONSTRAINTS_FILE for stable/newton

Change-Id: I55b490d4abde61387531ce0832010aafe3ec89f1
This commit is contained in:
Davanum Srinivas 2016-09-22 08:35:39 -04:00
parent 958eb9ca96
commit 3a1b57812e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ skipsdist = True
[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}
deps = -r{toxinidir}/requirements.txt