Merge "Add comment for tox coverage failure"

This commit is contained in:
Jenkins
2015-06-01 19:05:34 +00:00
committed by Gerrit Code Review

View File

@@ -22,6 +22,8 @@ commands = flake8
[testenv:venv]
commands = {posargs}
; If this fails for you, you may be running an old version of tox.
; Run 'pip install tox' to install a newer version of tox.
[testenv:cover]
commands = python setup.py testr --coverage --coverage-package-name=openstack --testr-args='{posargs}'