mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
mypy does run on py3.6
This commit is contained in:
parent
291472b52b
commit
ecfb2af4ee
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