summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authortonybrad <zhangyuan1@chinaunicom.cn>2019-06-12 09:59:40 +0800
committertonybrad <zhangyuan1@chinaunicom.cn>2019-06-12 10:00:09 +0800
commitddee2b28b1b5eb9e698052b3776dcf23fbb14d8c (patch)
treea675a66ab918d3f2bf37b205e2026a6f295c1ccf /tox.ini
parent07f136bcea32a9f62d71ced1907b07d9b6e7d967 (diff)
downloadoslo-i18n-ddee2b28b1b5eb9e698052b3776dcf23fbb14d8c.tar.gz
Move to releases.openstack.org
Change-Id: I16fa31a5b898cb389d9d0b333275f1c84dee4da3
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5f4b944..e367e08 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = py37,py27,pep8
[testenv]
install_command = pip install {opts} {packages}
deps =
- -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
+ -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}