Use upper constraints for all jobs in tox.ini

Openstack infra now supports upper constraints for all jobs.
Updated tox.ini to use upper constraints for all jobs.

Change-Id: I603949f16dc415b0900fafcfbd4cf76ff9e8d746
Closes-Bug: #1628597
This commit is contained in:
pawnesh.kumar 2016-10-09 20:40:22 +05:30 committed by pawnesh kumar
parent afaf0031ed
commit bcd3868275
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 -U {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {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