From 61b0d02a8873a39b276a320e49bd9e944af39cb7 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 17 Feb 2016 23:16:24 -0800 Subject: [PATCH] Fix coveralls --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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