summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-05-16 16:17:21 +0000
committerGerrit Code Review <review@openstack.org>2016-05-16 16:17:21 +0000
commit13a5b4aa1b14ad5b8e2ac5d790fe13f7c78235fa (patch)
tree3e9f42f16fdf2d88241e46b56a144e768e41aae3
parenta7673b6dad3df17f2f0ec9c6393cf782e3cbc064 (diff)
parent0d03bfb35ab3e3d2ef1b323beab6440ad9d6c3e4 (diff)
downloadironic-13a5b4aa1b14ad5b8e2ac5d790fe13f7c78235fa.tar.gz
Merge "use stable/mitaka upper-constraints" into stable/mitaka
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b74caf5f2..6e36af221 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ envlist = py34,py27,pep8
[testenv]
usedevelop = True
install_command =
- constraints: pip install -U --force-reinstall -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
+ constraints: pip install -U --force-reinstall -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/mitaka} {opts} {packages}
pip install -U {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1