setup.cfg is enought
This commit is contained in:
parent
1cdc24107a
commit
e3f0c10439
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user