Revision 31f9df8d7d560ac891ac60b068abfdf3a832cb8e authored by Mike Taylor on 13 August 2016, 21:42:02 UTC, committed by GitHub on 13 August 2016, 21:42:02 UTC
2 parent s 6cac687 + a4fc11a
Raw File
pytest.ini
[pytest]
norecursedirs=
    venv
    */python?.?/*
    */site-packages/*
    .tox/*

with-coverage = true
cover-package = twitter
cover-html = true
cover-html-dir = htmlcov
cover-erase = true
cover-inclusive = true
cover-branches = true
back to top