summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2017-01-26 20:22:40 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2017-01-26 20:22:40 +0000
commite8734b1d2d38bc203537c565b678d200b731b58e (patch)
tree8432afd3abb2c471b31b8093e5253570c3ef6a83
parentc52150057005d7fedd4058ec1a2b8da98469c71c (diff)
downloadoslo-middleware-e8734b1d2d38bc203537c565b678d200b731b58e.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/ocata
Change-Id: Iff13246d1271c23ab9f8ecf74f66aaaab5681ff3
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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}'