diff --git a/.travis.yml b/.travis.yml index 6e6bc35bf..9a4e6f1f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ install: jobs: include: - python: 3.6 - script: make -j 4 pytest pylint pytype + script: make -j 4 check pytype - python: 3.7 script: make -j 4 check pytype