summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2016-09-19 13:55:33 -0400
committerDoug Hellmann <doug@doughellmann.com>2016-09-19 13:55:33 -0400
commit6828716c43fd98cb60ec4621613aaf16d54de33a (patch)
tree9c2e97619caed8a92d38913294379c02d6beb422
parentac6778cfe0bc12fba5933ef6fb465d915984ec03 (diff)
downloaddesignate-6828716c43fd98cb60ec4621613aaf16d54de33a.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/newton
Change-Id: I58018a2a417055aaf4f13409ce8315b6a8f4625e
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3274b287..6f8a4020 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/newton} {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
setenv =