forked from LBRYCommunity/lbry-sdk
travis ci install mypy
This commit is contained in:
parent
8b145cb1d8
commit
b96b27ed91
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
|||
- stage: code quality
|
||||
name: "pylint & mypy"
|
||||
install:
|
||||
- pip install astroid pylint
|
||||
- pip install astroid pylint mypy
|
||||
- make install
|
||||
script: make lint
|
||||
|
||||
|
|
Loading…
Reference in a new issue