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