summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: e61d27ba9930b596a1c874251e594c95bc3b167a (plain)
1
2
3
4
5
6
7
8
9
10
[run]
source = smmap

; to make nosetests happy
[report]
omit = 
	*/yaml*
	*/tests/*
    */python?.?/*
    */site-packages/nose/*