Support upper-constraints in tox.ini

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

Change-Id: I07ebb152e82b8b1be4892d6da309c73fa3bd33b6
Closes-bug: #1614361
This commit is contained in:
Jeremy Liu 2016-10-10 10:20:19 +08:00
parent d963673bdc
commit 10f69d0ae3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ passenv =
FREEZER_TEST_NO_LVM
http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
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}
setenv = VIRTUAL_ENV={envdir}
whitelist_externals =