From 68b9d268d5120b0009560f6a88a25f27da962055 Mon Sep 17 00:00:00 2001 From: Andrey Pohilko Date: Wed, 13 Sep 2017 21:00:46 +0300 Subject: [PATCH] Proper apt --- .travis.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1184e70..7c025a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,12 +8,13 @@ matrix: - os: linux python: 3.5 -apt: - packages: - - libboost-python-dev - - libboost-thread-dev - - libbluetooth-dev - - libglib2.0-dev +addons: + apt: + packages: + - libboost-python-dev + - libboost-thread-dev + - libbluetooth-dev + - libglib2.0-dev install: - pip install codecov gattlib script: coverage run --source=. `which nosetests` .