diff --git a/.travis.yml b/.travis.yml index 851aa8a..158cc2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ install: script: coverage run tests/run.py after_success: - - coveralls + - coverage report