Merge pull request #326 from stanvx/patch-1
Update .travis.yml to use Python 3.6
This commit is contained in:
commit
7ccd05eeb1
|
@ -1,6 +1,6 @@
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- "3.4"
|
- "3.6"
|
||||||
install:
|
install:
|
||||||
- pip3 install homeassistant
|
- pip3 install homeassistant
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue