Update UPPER_CONSTRAINTS_FILE for stable/ocata

Change-Id: Ie706d348c15f6ce641d1b969a82f80a312a5c1ca
This commit is contained in:
OpenStack Release Bot 2017-02-02 21:47:59 +00:00
parent 6b5067d96e
commit defa49dcd3
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ envlist = py35,py27,pep8,api-ref,docs,genconfig,releasenotes
[testenv]
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}
setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt
.[ldap,memcache,mongodb]