@ -4,4 +4,4 @@
./manage.py check
flake8 --exclude='ipython_log.py*,migrations' .
isort --check-only -rc .
isort --check-only --skip='migrations' --skip='ipython_log.py' -rc .
@ -2,7 +2,5 @@
# QA checks: run this before every commit
py.test
./qa_check.sh