Revision db9404165b0bb83ee0ed359fe73b021214f30090 authored by Chris Topaloudis on 03 February 2018, 13:03:28 UTC, committed by GitHub on 03 February 2018, 13:03:28 UTC
I just tried to use the library in Gae and was missing the `requests_toolbelt`.
1 parent c736c47
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