Add py27-mitaka tox target
Adding a mitaka tox target, that will allow testing current code against mitaka upper constraints. Change-Id: Id112efac797b3f9a0a916dcd04896c703f4a570e
This commit is contained in:
parent
86664f1b1e
commit
9d7c49e962
4
tox.ini
4
tox.ini
@ -18,6 +18,10 @@ commands = bash tools/pretty_tox.sh '{posargs}'
|
||||
[testenv:pep8]
|
||||
commands = flake8 {posargs}
|
||||
|
||||
[testenv:py27-mitaka]
|
||||
install_command =
|
||||
{toxinidir}/tools/tox_install.sh https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/mitaka {opts} {packages}
|
||||
|
||||
[testenv:venv]
|
||||
# NOTE(from nova tox.ini by jaegerandi): This target does not use constraints
|
||||
# because upstream infra does not yet support it. Once that's fixed, we can
|
||||
|
Loading…
Reference in New Issue
Block a user