Skip to content

Commit

Permalink
Add test coverage tracking via coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Nov 15, 2014
1 parent 20ff5fa commit 0c7b6e2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ python:
- "3.4"
install:
- pip install -r requirements.txt
- pip install pep8 pylint
- pip install pep8 pylint coveralls
script:
- pep8 homeassistant --exclude bower_components,external
- pylint homeassistant
- python -m homeassistant -t test
- coverage run --source=homeassistant -m homeassistant -t test
after_success:
- coveralls

0 comments on commit 0c7b6e2

Please sign in to comment.