From 9709ffc5233983f735c46ec7be2b3950d8942296 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sat, 7 Feb 2015 09:09:40 +0200 Subject: [PATCH] travis: output textual report --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0aa1bbe..c506ca6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,5 @@ script: - coverage run --source=amodem -m py.test after_success: + - coverage report - coveralls