Added a travis config file

This commit is contained in:
Paulus Schoutsen 2014-11-09 15:28:46 -08:00
parent 47dea785a8
commit 15f67fd6a7
2 changed files with 6 additions and 1 deletions

5
.travis.yml Normal file
View file

@ -0,0 +1,5 @@
language: python
python:
- "3.4"
script:
python -m homeassistant -t test

View file

@ -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.