forked from home-assistant/core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Paulus Schoutsen
committed
Nov 11, 2014
1 parent
4f226bc
commit 8ae9faf
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
language: python | ||
python: | ||
- "3.4" | ||
- "3.4" | ||
install: | ||
- pip install -r requirements.txt | ||
- pip install pep8 | ||
script: | ||
python -m homeassistant -t test | ||
- pep8 homeassistant --exclude bower_components,external | ||
- python -m homeassistant -t test | ||
|