diff --git a/.travis.yml b/.travis.yml index 1f64c59..1224a19 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,7 @@ script: - if [ "$TRAVIS_OS_NAME" == "linux" ]; then coverage run source/unit_tests.py; + coverage report --omit=home; codecov; coveralls; fi