diff --git a/.travis.yml b/.travis.yml index 4d29011..43eb17e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ install: - pip install coveralls - python setup.py install script: - coverage run setup.py test + - coverage run setup.py test after_success: - coverage combine - coveralls + - coverage combine + - coveralls