From fc9bf911151c6e5fec5252f50b82494fd85a5ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Tue, 11 Sep 2018 22:46:57 +0200 Subject: [PATCH] Add mypy test to CI --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f160edb45..4f093926c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,11 @@ run-test: script: - python3 setup.py test_nogui +run-mypy: + stage: test + script: + - mypy -p gajim.common.modules --follow-imports=skip + run-pylint: stage: test script: