Update UPPER_CONSTRAINTS_FILE for stable/ocata

Change-Id: If78b96f217c2ed4538196f64ccaa3c7471174b98
This commit is contained in:
OpenStack Release Bot 2017-02-15 10:33:31 +00:00
parent 3a5b54e592
commit 454e027aa1
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ envlist = py35,py34,py27,pep8,pypy
usedevelop=True
whitelist_externals = find
rm
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/ocata} {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY