Remove coverage files after run

Change-Id: I636bf23ee1c44aa57fc85fa2c7e225662cd646c9
This commit is contained in:
Timothy Kelsey 2015-10-30 03:22:12 +00:00
parent f571ff0392
commit 02f5ae7a7e
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ deps = -r{toxinidir}/requirements.txt
commands = python setup.py testr --coverage --slowest --testr-args='{posargs}'
coverage combine
coverage report -m
coverage erase
[testenv:pep8]
commands = flake8 {posargs} bandit