setup.cfg is enought

This commit is contained in:
Élie Bouttier 2016-07-06 01:06:08 +02:00
parent 1cdc24107a
commit e3f0c10439
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ if [ "$?" -ne 0 ]; then
pip install coverage
fi
coverage run --branch --source=accounts,ponyconf,proposals,conversations --omit=*/migrations/*,*/apps.py,ponyconf/wsgi.py manage.py test
coverage run manage.py test
coverage html
xdg-open htmlcov/index.html