From 53722313902c040e18a298ca17538d77c94f85c8 Mon Sep 17 00:00:00 2001 From: OpenStack Release Bot Date: Fri, 27 Jan 2017 01:21:37 +0000 Subject: [PATCH] Update UPPER_CONSTRAINTS_FILE for stable/ocata Change-Id: I7acd5f5a506df6fc3556ac75af11a9ac8684cdec --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index d46377c26..458fa7855 100644 --- a/tox.ini +++ b/tox.ini @@ -5,10 +5,10 @@ skipsdist = True [testenv] usedevelop = True -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} setenv = VIRTUAL_ENV={envdir} - BRANCH_NAME=master + BRANCH_NAME=stable/ocata CLIENT_NAME=python-tripleoclient LANG=en_US.UTF-8 LANGUAGE=en_US:en