Revision 1c480dfc711b7818b08824d5974f722c7d929750 authored by Jeremy Low on 03 October 2017, 01:15:30 UTC, committed by GitHub on 03 October 2017, 01:15:30 UTC
Update the exception handle change to ConfigParser class for py2/py3 compatibility.
2 parent s e43600a + dc62607
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