Merge "Fix tox cover to not fail" into stable/newton

This commit is contained in:
Jenkins 2016-10-04 14:03:55 +00:00 committed by Gerrit Code Review
commit 3ca8675caa
1 changed files with 1 additions and 2 deletions

View File

@ -103,8 +103,7 @@ commands = {envpython} {toxinidir}/manage.py {posargs}
commands =
coverage erase
coverage run {toxinidir}/manage.py test horizon --settings=horizon.test.settings {posargs}
coverage run {toxinidir}/manage.py test openstack_dashboard --settings=openstack_dashboard.test.settings --exclude-dir=openstack_dashboard/test/integration_tests {posargs}
coverage combine
coverage run -a {toxinidir}/manage.py test openstack_dashboard --settings=openstack_dashboard.test.settings --exclude-dir=openstack_dashboard/test/integration_tests {posargs}
coverage xml
coverage html