From 0e572309c28b387fe402561dc974aaaa9c410eeb Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 20 Oct 2017 14:19:52 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a5920c1..cc19454 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,5 @@ install: - pip install .[MPD,I2C] pytest pytest-cov coveralls script: - pytest --cov piripherals +after_success: - coveralls