travis: Run mypy and linter in a single job.

This commit is contained in:
derAnfaenger 2017-09-26 17:20:26 +02:00
parent 85f2a9e03d
commit 5ecc26886a
2 changed files with 7 additions and 3 deletions

6
tools/test-static-analysis Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -ev
tools/lint
tools/run-mypy