Update the tox.ini

Change-Id: Ifc55427d0ba64c4201a72ce243bece523ccbb3e4
This commit is contained in:
zhurong 2020-03-31 18:29:07 -07:00
parent c80e23edfd
commit b8827a41a4
1 changed files with 3 additions and 3 deletions

View File

@ -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}