# .coveragerc to control coverage.py
[run]
omit = 
    require_i18n/tests/*
    setup.py
    .tox/*
    doc/*

[html]
directory = htmlcov
