Skip to content

Commit 1a1c780

Browse files
authored
Update .travis.yml
coverage falls over because of the `__pycache__` folder.
1 parent 381532b commit 1a1c780

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ install:
7070

7171
script:
7272
- nosetests -v --with-timer --timer-top-n 10
73-
- if [ "${TESTMODE}" == "full" ]; then coverage run `which nosetests`; coverage report phe/*; fi
73+
- if [ "${TESTMODE}" == "full" ]; then coverage run `which nosetests`; coverage report -i phe/*; fi
7474
- if [ "${USE_WHEEL}" == "1" ]; then python setup.py bdist_wheel; fi

0 commit comments

Comments
 (0)