You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2020/09/08 07:46:15 UTC

[incubator-ponymail-foal] 03/04: type test all plugins

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 <hu...@apache.org>
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: