TRAVIS_PYTHON_VERSION=3.7 TRAVIS_OS_NAME=linux TOXENV=py37 <<<<<< ENV .gitignore .travis.yml LICENSE MANIFEST.in Makefile README.rst aioamqp_consumer/__init__.py aioamqp_consumer/amqp.py aioamqp_consumer/consumer.py aioamqp_consumer/exceptions.py aioamqp_consumer/log.py aioamqp_consumer/packer.py aioamqp_consumer/producer.py aioamqp_consumer/rpc.py aioamqp_consumer/run.py aioamqp_consumer/settings.py aioamqp_consumer/utils.py docker-compose.yml examples/consumer_producer.py examples/rpc.py examples/rpc_bench.py examples/rpc_debug.py examples/rpc_server.py examples/rpc_simple.py requirements.txt setup.cfg setup.py tests/__init__.py tests/conftest.py tests/test_consumer.py tests/test_rpc.py tests/test_shortcuts.py tox.ini <<<<<< network # path=/home/travis/build/aio-libs/aioamqp_consumer/coverage.xml /home/travis/build/aio-libs/aioamqp_consumer <<<<<< EOF