Update UPPER_CONSTRAINTS_FILE for stable/newton

Change-Id: I27952c9a2a6e2d9874262ae5aebdac527bab2d02
This commit is contained in:
Davanum Srinivas 2016-09-16 12:11:34 -04:00
parent cd6f1639ed
commit 9ebf145085
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ setenv = VIRTUAL_ENV={envdir}
passenv = TRACE_FAILONLY GENERATE_HASHES http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
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}
pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/newton} {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
whitelist_externals = sh