This is an automated email from the ASF dual-hosted git repository. tomaz pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 5edfa36746c9729239c48ae90e656121a70cda7a Author: Tomaz Muraus <to...@tomaz.me> AuthorDate: Sun May 3 17:39:47 2020 +0200 Try hooking up ./contrib/run_tests.sh to CI. --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4bda98d..6e9a6e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,6 +53,13 @@ matrix: env: ENV=coverage python: 3.7 before_script: TOX_ENV=coverage-travis + before_script: TOX_ENV=mypy + - name: Docker Test Run + python: 3.6 + services: + - docker + install: + script: ./contrib/run_tests.sh - name: Documentation env: - ENV=docs