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: If8ac75681ef4ff35d8c76f9f904e109c673dd567
Closes-Bug:#1628597
This commit is contained in:
Iswarya_Vakati 2016-10-25 17:18:00 +05:30
parent 2335c8728b
commit 0f282649be
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ skipsdist = True
[testenv]
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}
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt