Fix the cover job

Change-Id: Ib4ccf1e817cfa1b2848670261f0b9986bf978a26
This commit is contained in:
Fei Long Wang 2017-05-26 11:27:09 +12:00 committed by Feilong Wang
parent 5efe323171
commit 2da9d6d211

@ -27,7 +27,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}