From 101f42f3330e014e72d07f79accefae75e30382e Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 18 Dec 2019 16:37:13 +1000 Subject: [PATCH] update travis make rules race condition should be fixed - fingers crossed. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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