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 18bad853a5e52fc8b30eb77d6683558da51e58fa Author: Daniel Gruno <[email protected]> AuthorDate: Tue Sep 8 09:51:07 2020 +0200 type test endpoints as well --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c92960a..4ea1802 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,6 +27,7 @@ script: - mypy --ignore-missing-imports tools/import-mbox.py - mypy --ignore-missing-imports server/main.py - mypy --ignore-missing-imports server/plugins/*.py + - mypy --ignore-missing-imports server/endpoints/*.py jobs: include:
