Skip to content
Snippets Groups Projects
Commit 4a7493f4 authored by Christoph Stahl's avatar Christoph Stahl
Browse files

someday I will get this right

parent 3c936442
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,14 @@ mypy:
stage: test
script:
- pip install mypy --quiet
- pip install . --quiet
- mypy syng --strict
pylint:
stage: test
script:
- pip install pylint --quiet
- pip install . --quiet
- pylint syng
test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment