From e8734b1d2d38bc203537c565b678d200b731b58e Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Thu, 26 Jan 2017 20:22:40 +0000 Subject: Update UPPER_CONSTRAINTS_FILE for stable/ocata Change-Id: Iff13246d1271c23ab9f8ecf74f66aaaab5681ff3 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index d5dcaa7..fb6a222 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ setenv = VIRTUAL_ENV={envdir} BRANCH_NAME=master CLIENT_NAME=oslo.middleware -install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} +install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages} deps = -r{toxinidir}/test-requirements.txt commands = python setup.py testr --slowest --testr-args='{posargs}' -- cgit v1.2.1