diff --git a/.travis.yml b/.travis.yml index e7b8e86..ed8c15a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,5 +9,5 @@ install: script: python setup.py test after_success: - - coverage -x setup.py test - - coverage -rm + - coverage run setup.py test + - coverage html