From a0b69e6bbf0756ad71fb7ca6e7172b3311242298 Mon Sep 17 00:00:00 2001 From: Marcio Mazza Date: Tue, 21 Jul 2015 12:31:22 -0300 Subject: [PATCH] Fix and add test command to qa check script --- qa_check.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qa_check.sh b/qa_check.sh index 19d418a01..1c267df41 100755 --- a/qa_check.sh +++ b/qa_check.sh @@ -3,4 +3,5 @@ # QA checks: run this before every commit ./manage.py check -pep8 --exclude=ipython_log.py* --exclude=migrations . +py.test +pep8 --exclude='ipython_log.py*,migrations' .