update travis make rules
race condition should be fixed - fingers crossed.
This commit is contained in:
parent
9d1d646a92
commit
101f42f333
@ -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 New Issue
Block a user