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 be44b43c6c3bc6975b85c3792f69f50ab08463f8 Author: Daniel Gruno <[email protected]> AuthorDate: Tue Sep 8 09:45:43 2020 +0200 type test all plugins --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7001115..c92960a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,7 @@ script: - mypy --ignore-missing-imports tools/archiver.py - mypy --ignore-missing-imports tools/import-mbox.py - mypy --ignore-missing-imports server/main.py + - mypy --ignore-missing-imports server/plugins/*.py jobs: include:
