Merge "Add ability to test Ironic UI with Horizon master branch"

This commit is contained in:
Zuul 2018-09-28 14:34:36 +00:00 committed by Gerrit Code Review
commit cc3f2b491f
1 changed files with 6 additions and 0 deletions

View File

@ -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}'