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

Update .travis.yml

This commit is contained in:
Andrey Pokhilko 2019-12-26 23:00:43 +03:00 committed by GitHub
parent 7dc8b806fa
commit 7efd92700d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ install:
- pip install codecov nose-exclude pygatt gatt pexpect bluepy - pip install codecov nose-exclude pygatt gatt pexpect bluepy
script: coverage run --source=. -m nose tests -v --exclude-dir=examples script: coverage run --omit="examples/*" --source=. -m nose tests -v --exclude-dir=examples
after_success: after_success:
- coverage report -m - coverage report -m