mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 10:47:51 +00:00
Test with 3.6.1 in Travis (#26347)
https://github.com/home-assistant/architecture/issues/278
This commit is contained in:
parent
ecaadfed3a
commit
ed5d3dba0e
12
.travis.yml
12
.travis.yml
@ -16,18 +16,14 @@ addons:
|
|||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- python: "3.6.0"
|
- python: "3.6.1"
|
||||||
env: TOXENV=lint
|
env: TOXENV=lint
|
||||||
dist: trusty
|
- python: "3.6.1"
|
||||||
- python: "3.6.0"
|
|
||||||
env: TOXENV=pylint
|
env: TOXENV=pylint
|
||||||
dist: trusty
|
- python: "3.6.1"
|
||||||
- python: "3.6.0"
|
|
||||||
env: TOXENV=typing
|
env: TOXENV=typing
|
||||||
dist: trusty
|
- python: "3.6.1"
|
||||||
- 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