TRAVIS_PYTHON_VERSION=3.7 TRAVIS_OS_NAME=linux <<<<<< ENV .coveragerc .gitignore .pyup.yml .travis.yml CHANGES.txt CONTRIBUTING.rst LICENSE MANIFEST.in Makefile README.rst aiomysql/__init__.py aiomysql/connection.py aiomysql/cursors.py aiomysql/log.py aiomysql/pool.py aiomysql/sa/__init__.py aiomysql/sa/connection.py aiomysql/sa/engine.py aiomysql/sa/exc.py aiomysql/sa/result.py aiomysql/sa/transaction.py aiomysql/utils.py docker-compose.yml docs/Makefile docs/conf.py docs/connection.rst docs/contributing.rst docs/cursors.rst docs/examples.rst docs/glossary.rst docs/index.rst docs/make.bat docs/pool.rst docs/sa.rst docs/tutorial.rst examples/example.py examples/example_callproc.py examples/example_callproc_oldstyle.py examples/example_cursors.py examples/example_executemany.py examples/example_executemany_oldstyle.py examples/example_oldstyle.py examples/example_pool.py examples/example_pool_oldstyle.py examples/example_simple_sa.py examples/example_simple_sa_oldstyle.py examples/example_ssl.py examples/example_transaction.py examples/example_transaction_oldstyle.py requirements-dev.txt setup.py tests/__init__.py tests/_testutils.py tests/base.py tests/conftest.py tests/fixtures/load_local_data.txt tests/fixtures/load_local_warn_data.txt tests/fixtures/my.cnf.tmpl tests/sa/__init__.py tests/sa/test_sa_compiled_cache.py tests/sa/test_sa_connection.py tests/sa/test_sa_default.py tests/sa/test_sa_distil.py tests/sa/test_sa_engine.py tests/sa/test_sa_transaction.py tests/sa/test_sa_types.py tests/ssl_resources/README.md tests/ssl_resources/ssl/ca-key.pem tests/ssl_resources/ssl/ca.pem tests/ssl_resources/ssl/server-cert.pem tests/ssl_resources/ssl/server-key.pem tests/ssl_resources/ssl/server-req.pem tests/ssl_resources/tls.cnf tests/test_async_iter.py tests/test_async_with.py tests/test_basic.py tests/test_bulk_inserts.py tests/test_connection.py tests/test_cursor.py tests/test_deserialize_cursor.py tests/test_dictcursor.py tests/test_issues.py tests/test_load_local.py tests/test_nextset.py tests/test_pool.py tests/test_sha_connection.py tests/test_sscursor.py tests/test_ssl.py <<<<<< network # path=/home/travis/build/aio-libs/aiomysql/coverage.xml /home/travis/build/aio-libs/aiomysql/aiomysql /home/travis/build/aio-libs/aiomysql/tests <<<<<< EOF