From fbc30c2914fee88441dd6ca103643d43e8322819 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 31 May 2016 14:59:46 -0700 Subject: [PATCH] test-all: Add a call to run-mypy. Using mypy to check the codebase is stable and useful enough that it's worth including it in the default tests run locally. --- tools/test-all | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test-all b/tools/test-all index 75712c707a..9b8865969a 100755 --- a/tools/test-all +++ b/tools/test-all @@ -18,6 +18,7 @@ run ./tools/clean-repo run ./tools/lint-all run ./tools/test-migrations run ./tools/test-js-with-node +run ./tools/run-mypy run ./tools/test-backend run ./tools/test-js-with-casper # Not running management test since it takes 40s and thus is too slow to be worth it.