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/08/14 11:36:51 UTC

[incubator-ponymail-foal] 02/02: Switch to mypy testing

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 f71908c7582094afd30646dfea32777396e6436f
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Fri Aug 14 13:36:31 2020 +0200

    Switch to mypy testing
---
 .travis.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index e3b00fb..577f423 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,8 +19,11 @@ notifications:
     recipients:
       - dev@ponymail.apache.org
 
+before_script:
+  - pip install mypy
+
 script:
-  - echo "nothing to do here yet"
+  - mypy --ignore-missing-imports archiver.py
 
 jobs:
   include: