diff --git a/.gitlab-ci.yaml b/.gitlab-ci.yaml new file mode 100644 index 0000000..c972667 --- /dev/null +++ b/.gitlab-ci.yaml @@ -0,0 +1,5 @@ +test:mypy: + image: python:3 + script: + - pip install mypy --quiet + - mypy syng --strict