Update UPPER_CONSTRAINTS_FILE for stable/newton

Change-Id: Ida3efdf5bb54cbd6ff3d03b7494775bf41802c06
This commit is contained in:
Davanum Srinivas 2016-09-29 14:42:40 -04:00
parent 888fd8eb6f
commit 081e46e49f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ envlist = docs,linters,functional
[testenv]
usedevelop = True
install_command =
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/newton} {opts} {packages}
deps =
-r{toxinidir}/test-requirements.txt
commands =