mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
need to make sure reqs are installed before typechecking/setup
This commit is contained in:
parent
364f5582c6
commit
ecc5cb3c80
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ install:
|
|||
jobs:
|
||||
include:
|
||||
- python: 3.6
|
||||
script: make -j 4 test lint pytype
|
||||
script: make build && make -j 4 test lint pytype
|
||||
- python: 3.7
|
||||
script: ./tools/typecheck-setup.sh && make -j 4 check
|
||||
script: make build && ./tools/typecheck-setup.sh && make -j 4 check
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
|
Loading…
Reference in a new issue