added pylint
This commit is contained in:
parent
f9cc8f167d
commit
1d38fa4dde
1 changed files with 3 additions and 0 deletions
|
@ -2,4 +2,7 @@ test:mypy:
|
||||||
image: python:3
|
image: python:3
|
||||||
script:
|
script:
|
||||||
- pip install mypy --quiet
|
- pip install mypy --quiet
|
||||||
|
- pip install pylint --quiet
|
||||||
|
- pip install -e . --quiet
|
||||||
- mypy syng --strict
|
- mypy syng --strict
|
||||||
|
- pylint syng
|
||||||
|
|
Loading…
Add table
Reference in a new issue