TRAVIS_PYTHON_VERSION=3.8 TRAVIS_OS_NAME=linux <<<<<< ENV .codecov.yml .gitignore .travis.yml LICENSE.md MANIFEST.in README.md docs/CNAME docs/applications.md docs/authentication.md docs/background.md docs/config.md docs/database.md docs/endpoints.md docs/events.md docs/exceptions.md docs/graphql.md docs/img/graphiql.png docs/img/starlette.png docs/index.md docs/js/chat.js docs/js/sidecar-1.5.0.js docs/middleware.md docs/release-notes.md docs/requests.md docs/responses.md docs/routing.md docs/schemas.md docs/server-push.md docs/staticfiles.md docs/templates.md docs/testclient.md docs/third-party-packages.md docs/websockets.md mkdocs.yml requirements.txt scripts/README.md scripts/clean scripts/install scripts/lint scripts/publish scripts/test setup.py starlette/__init__.py starlette/applications.py starlette/authentication.py starlette/background.py starlette/concurrency.py starlette/config.py starlette/convertors.py starlette/datastructures.py starlette/endpoints.py starlette/exceptions.py starlette/formparsers.py starlette/graphql.py starlette/middleware/__init__.py starlette/middleware/authentication.py starlette/middleware/base.py starlette/middleware/cors.py starlette/middleware/errors.py starlette/middleware/gzip.py starlette/middleware/httpsredirect.py starlette/middleware/sessions.py starlette/middleware/trustedhost.py starlette/middleware/wsgi.py starlette/py.typed starlette/requests.py starlette/responses.py starlette/routing.py starlette/schemas.py starlette/staticfiles.py starlette/status.py starlette/templating.py starlette/testclient.py starlette/types.py starlette/websockets.py tests/.ignore_lifespan tests/__init__.py tests/middleware/test_base.py tests/middleware/test_cors.py tests/middleware/test_errors.py tests/middleware/test_gzip.py tests/middleware/test_https_redirect.py tests/middleware/test_lifespan.py tests/middleware/test_session.py tests/middleware/test_trusted_host.py tests/middleware/test_wsgi.py tests/statics/example.txt tests/test_applications.py tests/test_authentication.py tests/test_background.py tests/test_config.py tests/test_database.py tests/test_datastructures.py tests/test_endpoints.py tests/test_exceptions.py tests/test_formparsers.py tests/test_graphql.py tests/test_requests.py tests/test_responses.py tests/test_routing.py tests/test_schemas.py tests/test_staticfiles.py tests/test_templates.py tests/test_testclient.py tests/test_websockets.py <<<<<< network # path=/home/travis/build/encode/starlette/coverage.xml /home/travis/build/encode/starlette <<<<<< EOF