Skip to content

Commit

Permalink
Add Gitlab CI mypy job
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Aug 3, 2023
1 parent 156a1fe commit fe6c9f8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,18 @@ Pylint:
except:
- tags

Mypy:
script: |
curl -L -O https://tiker.net/ci-support-v0
. ./ci-support-v0
build_py_project_in_venv
python -m pip install mypy pytest
./run-mypy.sh
tags:
- python3
except:
- tags

Flake8:
script: |
export EXTRA_INSTALL="Cython pybind11 numpy scipy mako"
Expand Down

0 comments on commit fe6c9f8

Please sign in to comment.