This commit is contained in:
virusdefender 2017-01-24 13:36:28 +08:00
parent b5e48bb8da
commit 753d1d67b3
2 changed files with 1 additions and 3 deletions

View File

@ -4,6 +4,4 @@ omit = */urls/*
*/tests.py
*/migrations/*
*urls.py
/usr/local/lib/*
/usr/lib/*
utils/xss_filter.py

View File

@ -10,5 +10,5 @@ install:
- python manage.py initadmin
script:
- flake8 .
- coverage run manage.py test
- coverage run --include="$PWD/*" manage.py test
- coverage report