Merge "Remove stale pyc files when running the cover job"

This commit is contained in:
Jenkins 2016-09-30 10:17:26 +00:00 committed by Gerrit Code Review
commit 1552f6f965

@ -65,6 +65,7 @@ commands = oslopolicy-sample-generator --config-file=etc/nova/nova-policy-genera
# tests conflict with coverage.
commands =
coverage erase
find . -type f -name "*.pyc" -delete
python setup.py testr --coverage --testr-args='{posargs}'
[testenv:venv]