Merge "Remove stale pyc files when running the cover job"
This commit is contained in:
commit
1552f6f965
1
tox.ini
1
tox.ini
@ -65,6 +65,7 @@ commands = oslopolicy-sample-generator --config-file=etc/nova/nova-policy-genera
|
|||||||
# tests conflict with coverage.
|
# tests conflict with coverage.
|
||||||
commands =
|
commands =
|
||||||
coverage erase
|
coverage erase
|
||||||
|
find . -type f -name "*.pyc" -delete
|
||||||
python setup.py testr --coverage --testr-args='{posargs}'
|
python setup.py testr --coverage --testr-args='{posargs}'
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user