need to make sure reqs are installed before typechecking/setup

This commit is contained in:
Damien Elmes 2019-12-18 15:21:36 +10:00
parent 364f5582c6
commit ecc5cb3c80

View file

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