Use upper-constraints for tox envs

Pin tox environments to upper-constraints to avoid conflicts with
library releases.

Change-Id: I61153f429de24de9024d3642ca96b07a7bf9bcbd
Closes-Bug:#1628597
This commit is contained in:
Iswarya_Vakati 2016-10-07 15:28:42 +05:30 committed by Chris St. Pierre
parent a11ddfa11b
commit cf2247e4a2
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ whitelist_externals = find
make
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
install_command = pip install -U {opts} {packages}
install_command = pip install -c https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt -U {opts} {packages}
usedevelop = True
commands =
find . -type f -name "*.pyc" -delete