travis: Run mypy and linter in a single job.
This commit is contained in:
parent
85f2a9e03d
commit
5ecc26886a
2 changed files with 7 additions and 3 deletions
6
tools/test-static-analysis
Executable file
6
tools/test-static-analysis
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -ev
|
||||
|
||||
tools/lint
|
||||
tools/run-mypy
|
Loading…
Add table
Add a link
Reference in a new issue