Update UPPER_CONSTRAINTS_FILE for stable/ocata

Change-Id: I29670fcaa86ccd2939c145174d7490204a4fb43c
This commit is contained in:
OpenStack Release Bot 2017-02-07 19:56:50 +00:00
parent e3bf30b506
commit 2587e73b47
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ envlist = py35,py34,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}
usedevelop = True
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/ocata} {opts} {packages}
whitelist_externals = find
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt