From e6c80221afadf12aedae120b6a956970d93e69b7 Mon Sep 17 00:00:00 2001 From: Jeremy Retailleau Date: Sat, 3 Jun 2017 19:00:48 -0700 Subject: [PATCH] run coveralls after py.test --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2c0916a..423e748 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,5 @@ python: install: - pip install -e .[test] script: py.test +after_success: + - coveralls