summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Release Bot <infra-root@openstack.org>2017-02-13 22:25:07 +0000
committerOpenStack Release Bot <infra-root@openstack.org>2017-02-13 22:25:07 +0000
commit3d820ce059684ce34e9488f92a79fa950820eee0 (patch)
tree363ae2ce16c91548e15a9f89569d01e2b6062017
parent7ea807050c5640711964e6deaec2445d186d00f2 (diff)
downloadironic-python-agent-3d820ce059684ce34e9488f92a79fa950820eee0.tar.gz
Update UPPER_CONSTRAINTS_FILE for stable/ocata
Change-Id: Iccd1703e9329fc980ff8a2ef2699c7e9a9cf026d
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 915e2cc5..782f03f3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = py35,py34,py27,func,pep8
[testenv]
usedevelop = True
-install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
+install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
OS_TEST_PATH=./ironic_python_agent/tests/unit