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