This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit f71908c7582094afd30646dfea32777396e6436f Author: Daniel Gruno <[email protected]> AuthorDate: Fri Aug 14 13:36:31 2020 +0200 Switch to mypy testing --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e3b00fb..577f423 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,8 +19,11 @@ notifications: recipients: - [email protected] +before_script: + - pip install mypy + script: - - echo "nothing to do here yet" + - mypy --ignore-missing-imports archiver.py jobs: include:
