aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2017-08-24 21:05:08 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2017-08-24 21:05:08 +0000
commit80c781937b105efdfd86999d173a9c2bfce2e2df (patch)
tree8b906630933bbf0e805756ffbb6276c7da428b5a
parent09c178cea8e20ec812354d5c9ed9428f6f5940b2 (diff)
Update UPPER_CONSTRAINTS_FILE for stable/pike
Change-Id: If1376a7d802d79c2b7533c8f315f47c21f896476
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index da179e91..7d2007b8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = py35,py27,pep8
[testenv]
usedevelop = True
-install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {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
commands = python setup.py testr --slowest --testr-args='{posargs}'