Update UPPER_CONSTRAINTS_FILE for stable/newton

Change-Id: I0f43734766618fbd3a40e7a4f00930263eaf237c
This commit is contained in:
Thierry Carrez 2016-11-11 09:34:20 +01:00
parent 0272db9970
commit ca7f26bf35
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ skipsdist = True
[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}
install_command = pip install -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