remove ignore
This commit is contained in:
parent
caf3689fee
commit
a864400f1f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue