[run]
branch = true
source = django_sysinfo
;include =
;data_file = AAAIIIAAA
parallel = true

omit = **/django_sysinfo/__init__.py

[paths]
source =
    src/django_sysinfo/
    .tox/py27-d16/lib/python2.7/site-packages/django_sysinfo/
    .tox/py27-d17/lib/python2.7/site-packages/django_sysinfo/
    .tox/py27-d18/lib/python2.7/site-packages/django_sysinfo/
    .tox/*/django_sysinfo

[report]
# Regexes for lines to exclude from consideration
exclude_lines =
    # Have to re-enable the standard pragma
    pragma: no cover
    # Don't complain about missing debug-only code:
    def __repr__
    if self\.debug
    # Don't complain if tests don't hit defensive assertion code:
    raise AssertionError
    raise NotImplementedError
    except ImportError
    # Don't complain if non-runnable code isn't run:
    #if 0:
    if __name__ == .__main__.:

ignore_errors = True

[html]
directory = ~build/coverage
