From fe024aef0ab1be0654440df5dbac3ad6c8943fb7 Mon Sep 17 00:00:00 2001 From: zhurong Date: Tue, 23 May 2017 08:43:12 +0800 Subject: [PATCH] Fix stable/newton gate Change-Id: I8a0ff017787ae187c0deb3ee7885d390c4ace04f --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 36b1c8ce1..49d97a327 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ setenv = VIRTUAL_ENV={envdir} passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt - http://tarballs.openstack.org/horizon/horizon-master.tar.gz + http://tarballs.openstack.org/horizon/horizon-stable-newton.tar.gz commands = {toxinidir}/manage.py test muranodashboard --settings=muranodashboard.tests.settings