Merge "Update UPPER_CONSTRAINTS_FILE for stable/newton" into stable/newton

This commit is contained in:
Jenkins 2016-09-27 19:46:43 +00:00 committed by Gerrit Code Review
commit bd3df18398
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ skipsdist = True
[testenv] [testenv]
basepython=python2.7 basepython=python2.7
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/newton} {opts} {packages}
setenv = setenv =
VIRTUAL_ENV={envdir} VIRTUAL_ENV={envdir}
INTEGRATION_TESTS=0 INTEGRATION_TESTS=0