Merge "Add ability to test Ironic UI with Horizon master branch"
This commit is contained in:
commit
cc3f2b491f
6
tox.ini
6
tox.ini
@ -25,6 +25,12 @@ commands = flake8 {posargs}
|
||||
basepython = python3
|
||||
commands = {posargs}
|
||||
|
||||
[testenv:py3-dev]
|
||||
basepython = python3
|
||||
commands =
|
||||
pip install {env:HORIZON_REPO:git+git://git.openstack.org/openstack/horizon}
|
||||
{[testenv]commands}
|
||||
|
||||
[testenv:cover]
|
||||
basepython = python3
|
||||
commands = python setup.py test --coverage --testr-args='{posargs}'
|
||||
|
Loading…
Reference in New Issue
Block a user