mirror of
https://github.com/undera/pylgbst.git
synced 2020-11-18 19:37:26 -08:00
add depends to travis
This commit is contained in:
parent
33b1d430fe
commit
d66f1447e0
@ -8,6 +8,12 @@ matrix:
|
|||||||
- os: linux
|
- os: linux
|
||||||
python: 3.5
|
python: 3.5
|
||||||
|
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- libboost-python-dev
|
||||||
|
- libboost-thread-dev
|
||||||
|
- libbluetooth-dev
|
||||||
|
- libglib2.0-dev
|
||||||
install:
|
install:
|
||||||
- pip install codecov gattlib
|
- pip install codecov gattlib
|
||||||
script: coverage run --source=. `which nosetests` .
|
script: coverage run --source=. `which nosetests` .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user