diff options
| author | jvoisin | 2018-11-08 21:40:33 +0100 |
|---|---|---|
| committer | jvoisin | 2018-11-08 21:40:33 +0100 |
| commit | 1d75451b77579441eb894b43ef9b44d9c5382831 (patch) | |
| tree | 57addec44b25dd4997776c517fe0e5d258cd018e /.gitlab-ci.yml | |
| parent | dc35ef56c82d73d95f26ed4b1f687a5c007264b2 (diff) | |
Add some type annotations to the nautilus extension
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 32ec086..10e0009 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml | |||
| @@ -35,8 +35,7 @@ mypy: | |||
| 35 | - apt-get -qqy update | 35 | - apt-get -qqy update |
| 36 | - apt-get -qqy install --no-install-recommends python3-pip | 36 | - apt-get -qqy install --no-install-recommends python3-pip |
| 37 | - pip3 install mypy | 37 | - pip3 install mypy |
| 38 | - mypy mat2 libmat2/*.py --ignore-missing-imports | 38 | - mypy --ignore-missing-imports mat2 libmat2/*.py ./nautilus/mat2.py |
| 39 | - mypy --ignore-missing-imports ./nautilus/mat2.py | ||
| 40 | 39 | ||
| 41 | tests:debian: | 40 | tests:debian: |
| 42 | stage: test | 41 | stage: test |
