mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 14:29:10 -05:00
mypy does run on py3.6
This commit is contained in:
parent
b39568ec96
commit
3c175a3e01
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ install:
|
|||
jobs:
|
||||
include:
|
||||
- python: 3.6
|
||||
script: make -j 4 pytest pylint pytype
|
||||
script: make -j 4 check pytype
|
||||
- python: 3.7
|
||||
script: make -j 4 check pytype
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue