travis ci install mypy

This commit is contained in:
Lex Berezhny 2019-06-20 15:30:04 -04:00
parent 8b145cb1d8
commit b96b27ed91

View file

@ -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