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

Add travis yaml

This commit is contained in:
Andrey Pohilko 2017-09-13 20:46:27 +03:00
parent 355a444089
commit 648c87634e
2 changed files with 17 additions and 0 deletions

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
sudo: false
language: python
matrix:
include:
- os: linux
python: 2.7
- os: linux
python: 3.5
install:
- pip install codecov nose-exclude locustio
script: coverage run --source=. `which nosetests` .
after_success:
- coverage report -m
- codecov

View File

@ -7,6 +7,7 @@ Best way to start is to look at [demo.py](demo.py) file, and run it.
## Features
- auto-detect and connect for Bluetooth device
- auto-detects devices connected to Hub
- permanent Bluetooth connection server for faster debugging
- angled and timed movement for motors
- LED color change