diff --git a/scripts/quicktest.sh b/scripts/quicktest.sh new file mode 100755 index 0000000..ddb1df0 --- /dev/null +++ b/scripts/quicktest.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +set -e + +bandit -r app +flake8 app +mypy app +nosetests tests +