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:
parent
355a444089
commit
648c87634e
16
.travis.yml
Normal file
16
.travis.yml
Normal 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
|
@ -7,6 +7,7 @@ Best way to start is to look at [demo.py](demo.py) file, and run it.
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
- auto-detect and connect for Bluetooth device
|
- auto-detect and connect for Bluetooth device
|
||||||
|
- auto-detects devices connected to Hub
|
||||||
- permanent Bluetooth connection server for faster debugging
|
- permanent Bluetooth connection server for faster debugging
|
||||||
- angled and timed movement for motors
|
- angled and timed movement for motors
|
||||||
- LED color change
|
- LED color change
|
||||||
|
Loading…
x
Reference in New Issue
Block a user