diff --git a/.travis.yml b/.travis.yml index 88233a7..1184e70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,12 @@ matrix: - os: linux python: 3.5 +apt: + packages: + - libboost-python-dev + - libboost-thread-dev + - libbluetooth-dev + - libglib2.0-dev install: - pip install codecov gattlib script: coverage run --source=. `which nosetests` .