Coverage & coveralls.io support

This commit is contained in:
Arik Fraimovich 2014-01-31 19:52:55 +02:00
parent e97d3172eb
commit 0a83a1f168
2 changed files with 5 additions and 0 deletions

4
.coveragerc Normal file
View File

@ -0,0 +1,4 @@
[report]
omit =
*/python?.?/*
*/site-packages/nose/*

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.coveralls.yml
.idea
*.pyc
.coverage