Merge "Fix 'No data to report' error"

This commit is contained in:
Jenkins
2016-08-18 12:50:32 +00:00
committed by Gerrit Code Review

View File

@@ -60,10 +60,7 @@ commands = oslopolicy-sample-generator --config-file=etc/nova/nova-policy-genera
# tests conflict with coverage.
commands =
coverage erase
python setup.py testr --coverage \
--testr-args='{posargs}'
coverage combine
coverage html --include='nova/*' -d covhtml -i
python setup.py testr --coverage --testr-args='{posargs}'
[testenv:venv]
commands = {posargs}