Merge "Fix the cover job"

This commit is contained in:
Jenkins 2017-07-06 00:21:28 +00:00 committed by Gerrit Code Review
commit 0a2df86ff9

View File

@ -23,7 +23,11 @@ sitepackages = True
commands = flake8 commands = flake8
[testenv:cover] [testenv:cover]
setenv = NOSE_WITH_COVERAGE=1 commands =
coverage erase
find . -type f -name "*.pyc" -delete
python setup.py testr --coverage --testr-args='{posargs}'
coverage report
[testenv:venv] [testenv:venv]
commands = {posargs} commands = {posargs}