diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000000000..841b08a5d0e68a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: python +python: + - "3.4" +script: + python -m homeassistant -t test diff --git a/README.md b/README.md index 5b83edb27456ba..fc7269cb39c1c9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Home Assistant +# Home Assistant [![Build Status](https://travis-ci.org/balloob/home-assistant.svg?branch=master)](https://travis-ci.org/balloob/home-assistant) Home Assistant is a home automation platform running on Python 3. The goal of Home Assistant is to be able to track and control all devices at home and offer a platform for automating control.