Remove pyshared path from coverage

Ubuntu uses /usr/share/pyshared/ to install some packages
This commit is contained in:
Thomas Scholtes 2014-02-02 20:03:37 +01:00
parent f4ad66063c
commit 2c1606a595

View file

@ -1,5 +1,6 @@
[report]
omit =
*/pyshared/*
*/python?.?/*
*/site-packages/nose/*
*/test/*