mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 14:57:09 +00:00
Disable typing travis build
This commit is contained in:
parent
d500ddac9a
commit
42d33ae26d
11
.travis.yml
11
.travis.yml
@ -8,15 +8,16 @@ matrix:
|
|||||||
env: TOXENV=requirements
|
env: TOXENV=requirements
|
||||||
- python: "3.4.2"
|
- python: "3.4.2"
|
||||||
env: TOXENV=lint
|
env: TOXENV=lint
|
||||||
- python: "3.5"
|
# - python: "3.5"
|
||||||
env: TOXENV=typing
|
# env: TOXENV=typing
|
||||||
- python: "3.5"
|
- python: "3.5"
|
||||||
env: TOXENV=py35
|
env: TOXENV=py35
|
||||||
- python: "3.6"
|
- python: "3.6"
|
||||||
env: TOXENV=py36
|
env: TOXENV=py36
|
||||||
allow_failures:
|
# allow_failures:
|
||||||
- python: "3.5"
|
# - python: "3.5"
|
||||||
env: TOXENV=typing
|
# env: TOXENV=typing
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.cache/pip
|
- $HOME/.cache/pip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user