try to get coverage to ignore system packages and dependencies

mostly for coveralls support
This commit is contained in:
Honza Kral
2013-09-24 23:48:57 +02:00
parent c759b63a0a
commit 69966ad577
+6
View File
@@ -0,0 +1,6 @@
[run]
omit =
*/python?.?/*
*/lib-python/?.?/*.py
*/lib_pypy/_*.py
*/site-packages/*