Browse Source

Fix and add test command to qa check script

pull/6/head
Marcio Mazza 10 years ago
parent
commit
a0b69e6bbf
  1. 3
      qa_check.sh

3
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' .

Loading…
Cancel
Save