[tool:pytest]
norecursedirs = .* *.egg build dist docs
testpaths = ./
[coverage:run]
branch = True
[coverage:report]
omit =
test/*