summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2017-02-16 09:58:59 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2017-02-16 09:58:59 +0000
commit968fde53b9e074755d76e5e11e70d68e6e865fc9 (patch)
treefb4eac174875c172363b367c90437a638503c01f
parent90bd0d059e46959f6a0d698531cfb24ef707ee17 (diff)
downloadswift-968fde53b9e074755d76e5e11e70d68e6e865fc9.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/ocata
Change-Id: I024f63d6c514771bf93d5b487a5c007187a5b84b
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 497833bfd..dddd1424a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ skipsdist = True
[testenv]
usedevelop = True
-install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -U {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} -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
NOSE_WITH_COVERAGE=1
NOSE_COVER_BRANCHES=1