Add mypy test to CI
This commit is contained in:
parent
09c5183575
commit
c9455de4bd
|
@ -11,6 +11,11 @@ run-test:
|
||||||
script:
|
script:
|
||||||
- python3 setup.py test_nogui
|
- python3 setup.py test_nogui
|
||||||
|
|
||||||
|
run-mypy:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- mypy -p gajim.common.modules --follow-imports=skip
|
||||||
|
|
||||||
run-pylint:
|
run-pylint:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue