s/mypy/pytype/

This commit is contained in:
Damien Elmes 2019-12-18 11:31:35 +10:00
parent 0663c343b4
commit 9df10bb9ef

View file

@ -11,7 +11,7 @@ install:
jobs:
include:
- python: 3.6
script: make -j 4 test lint mypy
script: make -j 4 test lint pytype
- python: 3.7
script: ./tools/typecheck-setup.sh && make -j 4 check