Merge "Update the tox.ini"

This commit is contained in:
Zuul 2020-04-03 00:56:28 +00:00 committed by Gerrit Code Review
commit e2b21d581c
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}