mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Update Travis to test on Python 3.5 too
This commit is contained in:
parent
90eab17ea6
commit
b53993e8c0
@ -2,9 +2,10 @@ sudo: false
|
|||||||
language: python
|
language: python
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/virtualenv/python3.4.2/
|
- $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/
|
||||||
python:
|
python:
|
||||||
- "3.4"
|
- 3.4.2
|
||||||
|
- 3.5.0
|
||||||
install:
|
install:
|
||||||
- script/bootstrap_server
|
- script/bootstrap_server
|
||||||
script:
|
script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user