summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-11-08 14:58:08 +0000
committerChristoph Reiter <reiter.christoph@gmail.com>2020-11-08 14:58:08 +0000
commitaa0bbaa548bd31933d3cbf5257d9487574e072d2 (patch)
treef57fc5a1eaac3f1a537ee5bd1dd9fad745edab2c /.gitlab-ci.yml
parent11bb4b3d1fcf7395cb6bb034186427cc66e2999a (diff)
parent1b3237ba383ba644628defcfde443e9a4e5af69c (diff)
downloadgobject-introspection-aa0bbaa548bd31933d3cbf5257d9487574e072d2.tar.gz
Merge branch 'mypy-basics' into 'master'
Add basic mypy support; Require Python 3.5 See merge request GNOME/gobject-introspection!251
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e9e79b97..2d79aa1d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -56,8 +56,9 @@ fedora-x86_64-meson:
- cd ..
- mkdir -p public
- mv _build/docs/reference/html/ public/girepository/
- - python3 -m pip install --user flake8
+ - python3 -m pip install --user flake8 mypy
- python3 -m flake8 --count
+ - python3 -m mypy .
except:
- tags
artifacts: