omit setup.py

This commit is contained in:
Manel Clos 2017-11-17 10:15:37 +01:00
parent db13b17708
commit c28c8b918c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ install:
- pip install -r requirements/base.txt
- pip install coveralls
script:
- python -Wall `which coverage` run --source=. tests/manage.py test core --settings=
- python -Wall `which coverage` run --omit='setup.py' --source=. tests/manage.py test core --settings=
after_success:
- coveralls
matrix: