Merge "Use upper-constraints for tox envs"

This commit is contained in:
Jenkins
2017-01-28 00:30:01 +00:00
committed by Gerrit Code Review

View File

@@ -8,7 +8,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}
LANG=en_US.UTF-8
LANGUAGE=en_US:en