aboutsummaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck6
1 files changed, 3 insertions, 3 deletions
diff --git a/check b/check
index 45b03c8..cae21d5 100755
--- a/check
+++ b/check
@@ -17,11 +17,11 @@ shift 1
case $SUBCMD in
"tests")
- nose2-3 $COVER_OPT --log-level=ERROR -B --log-capture $*
+ nose2-3 $COVER_OPT --log-level ERROR -B --log-capture $*
;;
"coverage")
- nose2-3 --with-coverage --coverage-report=term \
- --log-level=ERROR -B --log-capture $*
+ nose2-3 --with-coverage --coverage-report=term-missing \
+ --log-level ERROR -B --log-capture $*
;;
"qa")
flake8 --select=E,F,W,C90,E123 --ignore=W503 .