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 2972403  Test requirements and add required type stubs as of mypy 0.9.x
2972403 is described below

commit 2972403d1d0639c9ad05bc7b9824c40c4f4fc022
Author: Daniel Gruno <[email protected]>
AuthorDate: Wed Jun 9 13:55:51 2021 +0200

    Test requirements and add required type stubs as of mypy 0.9.x
---
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 04c48be..65127e5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,9 @@ before_script:
   - pip install mypy
 
 script:
+  - pip install -r server/requirements.txt
+  - pip install -r requirements.txt
+  - mypy --install-types
   - mypy --ignore-missing-imports tools/archiver.py
   - mypy --ignore-missing-imports tools/import-mbox.py
   - mypy --ignore-missing-imports server/main.py

Reply via email to