adding coverage config

This commit is contained in:
niccolasmendoza@gmail.com 2015-06-08 14:34:37 -03:00
parent fdc7830e69
commit c4771b347d

8
.coveragerc Normal file
View file

@ -0,0 +1,8 @@
[run]
omit =
tests/*
example_project/*
.tox/*
setup.py
*.egg/*
*/__main__.py