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
1 changed files with 5 additions and 1 deletions

View File

@ -23,7 +23,11 @@ sitepackages = True
commands = flake8
[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]
commands = {posargs}