mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +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:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- python: "3.6"
|
- python: "3.6.0"
|
||||||
env: TOXENV=lint
|
env: TOXENV=lint
|
||||||
- python: "3.6"
|
dist: trusty
|
||||||
|
- python: "3.6.0"
|
||||||
env: TOXENV=pylint
|
env: TOXENV=pylint
|
||||||
- python: "3.6"
|
dist: trusty
|
||||||
|
- python: "3.6.0"
|
||||||
env: TOXENV=typing
|
env: TOXENV=typing
|
||||||
- python: "3.6"
|
dist: trusty
|
||||||
|
- python: "3.6.0"
|
||||||
env: TOXENV=py36
|
env: TOXENV=py36
|
||||||
|
dist: trusty
|
||||||
- python: "3.7"
|
- python: "3.7"
|
||||||
env: TOXENV=py37
|
env: TOXENV=py37
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user