diff --git a/.travis.yml b/.travis.yml index 1501b397770..01448f315c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ cache: - $HOME/.cache/pip install: pip install -U tox language: python -script: tox -after_success: +script: + - tox + - pip install coveralls - coveralls