From a3bc48435c5447582f9387645b98fc34e4f57739 Mon Sep 17 00:00:00 2001 From: Marcio Mazza Date: Wed, 15 Jul 2015 14:58:17 -0300 Subject: [PATCH] Add qa check script --- qa_check.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 qa_check.sh diff --git a/qa_check.sh b/qa_check.sh new file mode 100755 index 000000000..19d418a01 --- /dev/null +++ b/qa_check.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +# QA checks: run this before every commit + +./manage.py check +pep8 --exclude=ipython_log.py* --exclude=migrations .