From d66f1447e0b581cc480d0f36595633c420b6c508 Mon Sep 17 00:00:00 2001 From: Andrey Pohilko Date: Wed, 13 Sep 2017 20:54:44 +0300 Subject: [PATCH] add depends to travis --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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` .