1
0
mirror of https://github.com/undera/pylgbst.git synced 2020-11-18 19:37:26 -08:00

Tweak travis

This commit is contained in:
Andrey Pohilko 2017-09-23 18:58:34 +03:00
parent 8ae234b5de
commit 613ec61bf5

View File

@ -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