summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2017-08-14 17:51:01 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2017-08-14 17:51:01 +0000
commit1729918ae848e2af2d9876def07f0f64854e7253 (patch)
tree3aed39c4f3dab312f866bb28fb07c119b7b23d5a
parentda9d0f30a3507b5c6171fbbfd43af6481a03dff8 (diff)
downloaddesignate-1729918ae848e2af2d9876def07f0f64854e7253.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/pike
Change-Id: I4db7959eaab82f7c8fe50905203e41c5d5be18cc
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c847ab83..0be7c819 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?h=master} {opts} {packages}
+install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike} {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
setenv =