diff --git a/.travis.yml b/.travis.yml index 99c42a0c7..602b8f6f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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