[run]
branch = True
source = gocept.month

[report]
precision = 2
omit = */interfaces.py
       */interfaces/*
       */tests.py
       */tests/*

[html]
directory = test-report/coverage-report

[xml]
output = test-report/coverage.xml

[paths]
source =
   src/gocept/month
   .tox/*/lib/python*/site-packages/gocept/month
   .tox/pypy*/site-packages/gocept/month
