From 42ca51e2b148b8a4d9b35753db1fa422c241f590 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 5 Jul 2021 22:44:41 +0200 Subject: ci: add a mypy stage --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3aa76989..48c6be9a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,17 @@ stages: + - lint - test - trigger +mypy: + stage: lint + tags: + - docker + image: python:3 + script: + - pip3 install mypy + - mypy slixmpp + test: stage: test tags: -- cgit v1.2.3