TRAVIS_OS_NAME=linux TRAVIS_PYTHON_VERSION=3.7 <<<<<< ENV .codacy.yml .codecov.yml .gitchangelog.rc .gitignore .release_notes.tpl .travis.yml CHANGELOG.md CONTRIBUTING.rst LICENSE.txt Makefile README.rst aiocache/__init__.py aiocache/_version.py aiocache/backends/__init__.py aiocache/backends/memcached.py aiocache/backends/memory.py aiocache/backends/redis.py aiocache/base.py aiocache/decorators.py aiocache/exceptions.py aiocache/factory.py aiocache/lock.py aiocache/plugins.py aiocache/serializers/__init__.py aiocache/serializers/serializers.py docker-compose.yml docs/Makefile docs/caches.rst docs/conf.py docs/configuration.rst docs/decorators.rst docs/images/architecture.png docs/images/set_operation_flow.png docs/index.rst docs/locking.rst docs/plugins.rst docs/readthedocs.yml docs/serializers.rst docs/testing.rst examples/cached_alias_config.py examples/cached_decorator.py examples/frameworks/aiohttp_example.py examples/frameworks/sanic_example.py examples/frameworks/tornado_example.py examples/marshmallow_serializer_class.py examples/multicached_decorator.py examples/optimistic_lock.py examples/plugins.py examples/python_object.py examples/redlock.py examples/run_all.sh examples/serializer_class.py examples/serializer_function.py examples/simple_redis.py examples/testing.py scripts/make_release setup.cfg setup.py tests/acceptance/__init__.py tests/acceptance/conftest.py tests/acceptance/test_base.py tests/acceptance/test_decorators.py tests/acceptance/test_factory.py tests/acceptance/test_lock.py tests/acceptance/test_plugins.py tests/acceptance/test_serializers.py tests/performance/conftest.py tests/performance/server.py tests/performance/test_concurrency.py tests/performance/test_footprint.py tests/ut/__init__.py tests/ut/backends/test_memcached.py tests/ut/backends/test_memory.py tests/ut/backends/test_redis.py tests/ut/conftest.py tests/ut/test_base.py tests/ut/test_decorators.py tests/ut/test_exceptions.py tests/ut/test_factory.py tests/ut/test_lock.py tests/ut/test_plugins.py tests/ut/test_serializers.py tox.ini <<<<<< network # path=/home/travis/build/aio-libs/aiocache/coverage.xml /home/travis/build/aio-libs/aiocache/aiocache <<<<<< EOF