1
0
mirror of https://github.com/undera/pylgbst.git synced 2020-11-18 19:37:26 -08:00
Andrey Pohilko 613ec61bf5 Tweak travis
2017-09-23 18:58:34 +03:00

24 lines
384 B
YAML

sudo: false
language: python
matrix:
include:
- os: linux
python: 2.7
- os: linux
python: 3.5
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` . --nocapture
after_success:
- coverage report -m
- codecov