summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-08-16 22:45:01 +0000
committerGerrit Code Review <review@openstack.org>2018-08-16 22:45:01 +0000
commita1c5d937d2f0badd8b0d30fc99e5a011de10dec2 (patch)
tree1f9df7746f386acdad4ac3369a27991dd143a6b1
parent79f8d8e91dc49b2046882166e4d3fd85762ed393 (diff)
parent0bbac9b0cc5f118416be12976efa150dda2134a7 (diff)
downloadoslo-i18n-a1c5d937d2f0badd8b0d30fc99e5a011de10dec2.tar.gz
Merge "Update UPPER_CONSTRAINTS_FILE for stable/rocky" into stable/rocky
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ffe0684..dc7be1f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = py35,py27,pep8
[testenv]
install_command = pip install {opts} {packages}
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/rocky}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}