From 648c87634ef091375a72907cb1960653e2d26d89 Mon Sep 17 00:00:00 2001 From: Andrey Pohilko Date: Wed, 13 Sep 2017 20:46:27 +0300 Subject: [PATCH] Add travis yaml --- .travis.yml | 16 ++++++++++++++++ README.md | 1 + 2 files changed, 17 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..663f391 --- /dev/null +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index 6f2afb3..f8abb0d 100644 --- a/README.md +++ b/README.md @@ -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