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.
This commit is contained in:
Tim Abbott 2016-05-31 14:59:46 -07:00
parent c5b495b775
commit fbc30c2914
1 changed files with 1 additions and 0 deletions

View File

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