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

Try to fix gattlib

This commit is contained in:
Andrey Pokhilko 2019-08-12 10:49:31 +03:00 committed by GitHub
parent cbff4756cd
commit 274828528f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,9 @@ addons:
- python3-dbus
- python3-gi
install:
- pip install codecov nose-exclude gattlib pygatt gatt pexpect bluepy
- wget https://github.com/labapart/gattlib/releases/download/dev/gattlib_dbus_0.2-dev_x86_64.deb
- dpkg -i gattlib_dbus_0.2-dev_x86_64.deb
- pip install codecov nose-exclude pygatt gatt pexpect bluepy
script: coverage run --source=. -m nose tests -v --exclude-dir=examples