We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381532b commit 1a1c780Copy full SHA for 1a1c780
1 file changed
.travis.yml
@@ -70,5 +70,5 @@ install:
70
71
script:
72
- nosetests -v --with-timer --timer-top-n 10
73
- - if [ "${TESTMODE}" == "full" ]; then coverage run `which nosetests`; coverage report phe/*; fi
+ - if [ "${TESTMODE}" == "full" ]; then coverage run `which nosetests`; coverage report -i phe/*; fi
74
- if [ "${USE_WHEEL}" == "1" ]; then python setup.py bdist_wheel; fi
0 commit comments