TRAVIS_PYTHON_VERSION=3.7.7 TRAVIS_OS_NAME=linux <<<<<< ENV .codecov.yml .coveragerc .gitignore .pyup.yml .travis.yml CHANGES.rst CONTRIBUTING.rst LICENSE MANIFEST.in Makefile README.rst docs/assets/microservice-in-30-seconds-white.gif docs/assets/microservice-in-30-seconds.gif examples/basic_examples/amqp_middleware_service.py examples/basic_examples/amqp_service.py examples/basic_examples/aws_sns_registration_service.py examples/basic_examples/aws_sns_sqs_middleware_service.py examples/basic_examples/aws_sns_sqs_service.py examples/basic_examples/http_auth_service.py examples/basic_examples/http_middleware_service.py examples/basic_examples/http_simple_service.py examples/basic_examples/scheduler_example.py examples/basic_examples/websockets/public/index.html examples/basic_examples/websockets/websocket_service.py examples/configs/http_port.json examples/configs/watcher.json examples/docker_example/http_service/Dockerfile examples/docker_example/http_service/app/service.py examples/docker_example/http_service/docker-compose.yml examples/docker_example/http_service/requirements.txt examples/docker_example/http_service/scripts/docker_build.sh examples/docker_example/http_service/scripts/docker_run.sh examples/pubsub_example/README.rst examples/pubsub_example/aws_sns_sqs_credentials_sample.json examples/pubsub_example/service_a.py examples/pubsub_example/service_b.py examples/pubsub_example/service_send_message.py mypy.ini pyproject.toml requirements.txt setup.py tests/configs/config_file.json tests/configs/invalid_config_file.json tests/conftest.py tests/proto_build/__init__.py tests/proto_build/message_pb2.py tests/run_example_service.py tests/run_test_service_helper.py tests/services/amqp_service_invalid_credentials.py tests/services/amqp_service_with_credentials.py tests/services/amqp_service_with_credentials_with_custom_protocol.py tests/services/amqp_service_with_credentials_without_protocol.py tests/services/auto_closing_service.py tests/services/auto_closing_service_sigint.py tests/services/aws_sns_sqs_service_invalid_credentials.py tests/services/aws_sns_sqs_service_with_credentials.py tests/services/aws_sns_sqs_service_with_credentials_with_custom_protocol.py tests/services/aws_sns_sqs_service_with_credentials_without_protocol.py tests/services/decorated_functions_service.py tests/services/dummy_protobuf_service.py tests/services/dummy_service.py tests/services/empty_service.py tests/services/exception_service.py tests/services/exception_service_init.py tests/services/http_access_log_service.py tests/services/http_service.py tests/services/http_service_same_port.py tests/services/import_error_service.py tests/services/invalid_service.py tests/services/logging_service.py tests/services/mock_decorator_service.py tests/services/non_decorated_service.py tests/services/os/__init__.py tests/services/os/code.py tests/services/os/os.py tests/services/relative_import/__init__.py tests/services/relative_import/import_file.py tests/services/relative_service.py tests/services/schedule_service.py tests/services/start_process_service_http_1.py tests/services/start_process_service_http_2.py tests/services/start_process_service_schedule.py tests/services/syntax_error_service.py tests/services/test-copy/code.py tests/services/test-copy/test-copy.py tests/services/test-copy/test.py tests/services/test/code.py tests/services/test/service.py tests/services/test/test.py tests/static_files/image.png tests/test_amqp_service_invalid_credentials.py tests/test_amqp_service_with_credentials.py tests/test_amqp_transport.py tests/test_aws_sns_sqs_service_with_credentials.py tests/test_aws_sns_sqs_service_with_credentials_with_custom_protocol.py tests/test_aws_sns_sqs_service_with_credentials_without_protocol.py tests/test_aws_sns_sqs_service_without_credentials.py tests/test_aws_sns_sqs_transport.py tests/test_cli.py tests/test_configs.py tests/test_crontab_parser.py tests/test_decorated_functions_service.py tests/test_dummy_service.py tests/test_empty_service.py tests/test_exception_service.py tests/test_http_service.py tests/test_invalid_services.py tests/test_logging.py tests/test_mock_decorator.py tests/test_non_packaged_imported_service.py tests/test_protocol.py tests/test_relative_imports.py tests/test_schedule_service.py tests/test_start_process_http_1.py tests/test_start_process_http_2.py tests/test_start_process_schedule.py tests/test_validation.py tests/test_version.py tests/test_watcher.py tests/watcher_root/__tmp__/file.py tests/watcher_root/configurable_ignored/file.py tests/watcher_root/empty/.gitignore tests/watcher_root/file.py tomodachi.py tomodachi/__init__.py tomodachi/__init__.pyi tomodachi/__main__.py tomodachi/__version__.py tomodachi/cli/__init__.py tomodachi/config.py tomodachi/container.py tomodachi/discovery/__init__.py tomodachi/discovery/aws_sns_registration.py tomodachi/discovery/dummy_registry.py tomodachi/helpers/__init__.py tomodachi/helpers/crontab.py tomodachi/helpers/dict.py tomodachi/helpers/logging.py tomodachi/helpers/middleware.py tomodachi/importer.py tomodachi/invoker/__init__.py tomodachi/invoker/base.py tomodachi/invoker/decorator.py tomodachi/launcher.py tomodachi/protocol/__init__.py tomodachi/protocol/json_base.py tomodachi/protocol/proto_build/__init__.py tomodachi/protocol/proto_build/protobuf/__init__.py tomodachi/protocol/proto_build/protobuf/sns_sqs_message_pb2.py tomodachi/protocol/proto_build/protobuf/sns_sqs_message_pb2.pyi tomodachi/protocol/protobuf/sns_sqs_message.proto tomodachi/protocol/protobuf_base.py tomodachi/py.typed tomodachi/transport/__init__.py tomodachi/transport/amqp.py tomodachi/transport/aws_sns_sqs.py tomodachi/transport/http.py tomodachi/transport/schedule.py tomodachi/validation/__init__.py tomodachi/validation/validation.py tomodachi/watcher.py tox.ini <<<<<< network # path=/home/travis/build/kalaspuff/tomodachi/coverage.xml /home/travis/build/kalaspuff/tomodachi <<<<<< EOF