From a864400f1f84f1ec0007626e1ef7e523cdc67bb2 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 27 Nov 2016 22:01:15 +0000 Subject: [PATCH] remove ignore --- scripts/runtests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/runtests b/scripts/runtests index f731953..04f49e3 100755 --- a/scripts/runtests +++ b/scripts/runtests @@ -8,7 +8,7 @@ export DEBUG=true export IN_TEST=true export SECRET_KEY='secrit' -flake8 project --ignore=E128,E501 --exclude=migrations,settings,wsgi.py +flake8 project --ignore=E128,E501 --exclude=migrations,wsgi.py coverage run --source=project --omit='*/wsgi.py,*/settings.py,*/migrations/*.py,*__init__.py' manage.py test $@ coverage report