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