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 5b452e6  add import-mbox to mypy checks
5b452e6 is described below

commit 5b452e6e69f3f8cc82768e7e71e0b93effe1fb04
Author: Daniel Gruno <[email protected]>
AuthorDate: Tue Aug 18 09:41:46 2020 +0200

    add import-mbox to mypy checks
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index f93644b..3510782 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,6 +24,7 @@ before_script:
 
 script:
   - mypy --ignore-missing-imports tools/archiver.py
+  - mypy --ignore-missing-imports tools/import-mbox.py
 
 jobs:
   include:

Reply via email to