Closes #73 - Added Travis CI testing

This commit is contained in:
CCOSTAN
2017-02-21 19:59:08 +00:00
parent f0e16ef978
commit a046ae5113
3 changed files with 34 additions and 1 deletions

View File

@@ -1 +1 @@
0.38.3 0.38.4

9
.travis.yml Executable file
View File

@@ -0,0 +1,9 @@
language: python
python:
- "3.4"
install:
- pip3 install homeassistant
script:
- hass -c . --script check_config
before_install:
- mv travis_secrets.yaml secrets.yaml

24
travis_secrets.yaml Executable file
View File

@@ -0,0 +1,24 @@
homeassistant_latitude: 000.0000000
homeassistant_longitude: 000.0000000
homeassistant_elevation: 00
http_api_password: password
external_ip: 10.10.10.10
MQTT_username: MQTT
MQTT_password: password
ssl_certificate: '/home/hass/.homeassistant/www/website_dot_com.crt'
ssl_key: '/home/hass/.homeassistant/www/website.key'
http_base_url: your.website.com
ifttt_key: iftttKEYPassphrase
forecast_key: ForcastKeyphrase
nest_client_id: secret_nest_client_id
nest_client_secret: secretnestclientid
garadget_large_id: 00000000000000000000000
garadget_small_id: 00000000000000000000001
garadget_username: user@email.com
garadget_password: password
google_cal_clientid: clientidsecretsecretsecret.apps.googleusercontent.com
google_cal_clientsecret: more-secretstuff
sleepiq_username: user@email.com
sleepiq_password: password
aws_access_key_ID: 'AWSACCESSKEYID'
aws_secret_access_key: 'AWSACCESSKEYIDandSECRET'