1
Fork 0

Actually run npm tests

This commit is contained in:
Jake Howard 2016-11-27 21:21:06 +00:00
parent abd416f9f8
commit b1f891d706
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -12,7 +12,8 @@ flake8 project --ignore=E128,E501 --exclude=migrations,settings,wsgi.py
coverage run --source=project --omit='*/wsgi.py,*/settings.py,*/migrations/*.py,*__init__.py' manage.py test $@
coverage report
npm test
eslint static/src
sass-lint -vqc .sass-lint.yml
bandit -r project/ manage.py
safety check