mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
update travis make rules
race condition should be fixed - fingers crossed.
This commit is contained in:
parent
9d1d646a92
commit
101f42f333
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ install:
|
|||
jobs:
|
||||
include:
|
||||
- python: 3.6
|
||||
script: make build && make -j 4 test lint pytype
|
||||
script: make -j 4 pytest pylint pytype
|
||||
- python: 3.7
|
||||
script: make build && ./tools/typecheck-setup.sh && make -j 4 check
|
||||
|
||||
|
|
Loading…
Reference in a new issue