Only calculate coverage from vdirsyncer itself.

This commit is contained in:
Markus Unterwaditzer 2015-01-11 21:40:17 +01:00
parent c06acbb88a
commit 8a723febd3

View file

@ -41,7 +41,7 @@ command__install_tests() {
command__tests() {
if [ "$TRAVIS" = "true" ]; then
coverage run --source=vdirsyncer/,tests/ --module pytest
coverage run --source=vdirsyncer/ --module pytest
coveralls
else
py.test