Update .travis.yml to use Python 3.6
This commit is contained in:
parent
c1d6231f52
commit
aa757a3a8a
|
@ -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