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: Ide07b9c1234734368faca2bef7f3ca83d37f2540
Closes-Bug:#1628597
This commit is contained in:
Iswarya_Vakati 2016-10-25 17:40:57 +05:30
parent fe0ae728d8
commit 9402a87373
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ envlist = py35,py34,py27,pep8
[testenv] [testenv]
usedevelop = True usedevelop = True
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} -U {opts} {packages}
whitelist_externals = find whitelist_externals = find
setenv = setenv =
VIRTUAL_ENV={envdir} VIRTUAL_ENV={envdir}