Add py27-mitaka tox target
Adding a mitaka tox target, that will allow testing current code against mitaka upper constraints. Change-Id: I02969509c620d9872b48a57e69455cd00a7da334
This commit is contained in:
parent
4c6c823e0d
commit
51cd192276
3
tox.ini
3
tox.ini
@ -15,6 +15,9 @@ deps = -r{toxinidir}/requirements.txt
|
||||
commands = bash tools/pretty_tox.sh '{posargs}'
|
||||
whitelist_externals = bash
|
||||
|
||||
[testenv:py27-mitaka]
|
||||
install_command = pip install -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/mitaka {opts} {packages}
|
||||
|
||||
[testenv:murano-test-runner]
|
||||
commands = murano-test-runner {posargs}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user