From f87a1f517270b18d690091a61d6ab04801d6eb96 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Tue, 5 Aug 2014 17:44:11 +0300 Subject: [PATCH] coverage isn't working --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c25827a..851aa8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ install: - "pip install -r requirements.txt" - "pip install coveralls" -script: coverage run --source=amodem tests/run.py +script: coverage run tests/run.py -after_success: +after_success: - coveralls