mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
s/mypy/pytype/
This commit is contained in:
parent
0663c343b4
commit
9df10bb9ef
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue