From 613ec61bf546e3c1a72228095813f76b92adde7d Mon Sep 17 00:00:00 2001 From: Andrey Pohilko Date: Sat, 23 Sep 2017 18:58:34 +0300 Subject: [PATCH] Tweak travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7c025a5..61dab3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ addons: - libglib2.0-dev install: - pip install codecov gattlib -script: coverage run --source=. `which nosetests` . +script: coverage run --source=. `which nosetests` . --nocapture after_success: - coverage report -m - codecov