[run]
# source = pox
include =
    */pox/*
omit = 
    */tests/*
    */info.py
branch = true
# timid = true
# parallel = true # and need to 'combine' data files
# concurrency = multiprocessing # thread
# data_file = $TRAVIS_BUILD_DIR/.coverage
# debug = trace

[paths]
source =
    pox
    */site-packages/pox
    */site-packages/pox-*/pox

[report]
include =
    */pox/*
exclude_lines =
    pragma: no cover
    raise NotImplementedError
    if __name__ == .__main__.:
# show_missing = true
ignore_errors = true
# pragma: no branch
# noqa
