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

Proper apt

This commit is contained in:
Andrey Pohilko 2017-09-13 21:00:46 +03:00
parent d66f1447e0
commit 68b9d268d5

View File

@ -8,12 +8,13 @@ matrix:
- os: linux - os: linux
python: 3.5 python: 3.5
apt: addons:
packages: apt:
- libboost-python-dev packages:
- libboost-thread-dev - libboost-python-dev
- libbluetooth-dev - libboost-thread-dev
- libglib2.0-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` .