Merge "Add Constraints support"

This commit is contained in:
Jenkins 2016-12-30 10:13:29 +00:00 committed by Gerrit Code Review
commit a2bff8f7ef

View File

@ -5,7 +5,7 @@ envlist = py34,py27,pep8
[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} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
NOSE_WITH_OPENSTACK=1
NOSE_OPENSTACK_COLOR=1