diff --git a/.travis.yml b/.travis.yml index a93fe1e..9c7f9db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,8 +46,9 @@ install: before_script: - cd $TRAVIS_BUILD_DIR script: - - py.test --cov . --cov-report term-missing + - py.test --cov . - mv ~/taskwiki-coverage/.coverage.* . - coverage combine + - coverage report after_success: - coveralls