From b8827a41a4afddd86e189eb834a192e4726ace2c Mon Sep 17 00:00:00 2001 From: zhurong Date: Tue, 31 Mar 2020 18:29:07 -0700 Subject: [PATCH] Update the tox.ini Change-Id: Ifc55427d0ba64c4201a72ce243bece523ccbb3e4 --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 0d7432de7..e5f6c3942 100644 --- a/tox.ini +++ b/tox.ini @@ -21,12 +21,12 @@ commands = sitepackages = False commands = flake8 -[testenv:py27-queens] +[testenv:py27-train] install_command = pip install {opts} {packages} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt - -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/queens} - http://tarballs.openstack.org/horizon/horizon-stable-queens.tar.gz + -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/train} + http://tarballs.openstack.org/heat-dashboard/heat-dashboard-stable-queens.tar.gz [testenv:venv] commands = {posargs}