Skip to content

Commit

Permalink
Added a travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Nov 10, 2014
1 parent 47dea78 commit 15f67fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
language: python
python:
- "3.4"
script:
python -m homeassistant -t test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 15f67fd

Please sign in to comment.