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


The following commit(s) were added to refs/heads/master by this push:
     new 562d88a  start type testing server in travis
562d88a is described below

commit 562d88a2b8fae4f770de9462eb97544065ca0dc2
Author: Daniel Gruno <[email protected]>
AuthorDate: Tue Sep 8 09:36:20 2020 +0200

    start type testing server in travis
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 6744378..7001115 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,6 +25,7 @@ before_script:
 script:
   - mypy --ignore-missing-imports tools/archiver.py
   - mypy --ignore-missing-imports tools/import-mbox.py
+  - mypy --ignore-missing-imports server/main.py
 
 jobs:
   include:

Reply via email to