[run]
omit = 
    # omit anything in the test directory
    tests/*
    # omit docs
    docs/*
    setup.py
    lib/*
    # omit python init files
    */__init__.py
