mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Test with 3.6.0 in Travis (#26039)
https://github.com/home-assistant/home-assistant/pull/26030#issuecomment-522298190
This commit is contained in:
parent
d96edea6e2
commit
4bce1efeee
12
.travis.yml
12
.travis.yml
@ -16,14 +16,18 @@ addons:
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
- python: "3.6"
|
||||
- python: "3.6.0"
|
||||
env: TOXENV=lint
|
||||
- python: "3.6"
|
||||
dist: trusty
|
||||
- python: "3.6.0"
|
||||
env: TOXENV=pylint
|
||||
- python: "3.6"
|
||||
dist: trusty
|
||||
- python: "3.6.0"
|
||||
env: TOXENV=typing
|
||||
- python: "3.6"
|
||||
dist: trusty
|
||||
- python: "3.6.0"
|
||||
env: TOXENV=py36
|
||||
dist: trusty
|
||||
- python: "3.7"
|
||||
env: TOXENV=py37
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user