update travis make rules

race condition should be fixed - fingers crossed.
This commit is contained in:
Damien Elmes 2019-12-18 16:37:13 +10:00
parent 9d1d646a92
commit 101f42f333

View File

@ -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