Removing RUNNING version.

ALthough super cool addition by @pinkywafer . I want this to run against the LATEST version of Home Assistant for two reasons. 
1) Catch potential issues coming down the pike.
2) reassure followers of the repo that my code works for the current version of HA, not just the one I might be running. 

But thanks so much for the addition @pinkywafer !
This commit is contained in:
Carlo Costanzo 2020-06-06 12:42:36 -04:00 committed by GitHub
parent 1332c663ad
commit 71f79a0b90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -5,10 +5,9 @@ python: "3.7"
before_install: before_install:
- touch fake_key.pem - touch fake_key.pem
- mv config/travis_secrets.yaml config/secrets.yaml - mv config/travis_secrets.yaml config/secrets.yaml
- HA_VERSION=$(<config/.HA_VERSION)
install: install:
- pip3 install homeassistant==${HA_VERSION} - pip3 install homeassistant
- pip3 install colorlog - pip3 install colorlog
- pip3 install python-dateutil - pip3 install python-dateutil