From 15f67fd6a71bd3a2c47ba9f9897a2a7a1589f222 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 9 Nov 2014 15:28:46 -0800 Subject: [PATCH] Added a travis config file --- .travis.yml | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .travis.yml 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.