scripts: add a quick test script
This commit is contained in:
parent
8f7f1e96c6
commit
d7dab2e234
1 changed files with 9 additions and 0 deletions
9
scripts/quicktest.sh
Executable file
9
scripts/quicktest.sh
Executable file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
bandit -r app
|
||||||
|
flake8 app
|
||||||
|
mypy app
|
||||||
|
nosetests tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue