mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Return of travis (#23409)
* Return .travis.yml This reverts commit a5b03541e90a7ff7aff9f4b26573879c9c1de3fa. * Remove coveralls * Remove deploy * Support only the extreme Python versions * Ignore bleeding edge * Remove docker service
This commit is contained in:
parent
bf050adcf3
commit
c174b83f54
35
.travis.yml
Normal file
35
.travis.yml
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
sudo: false
|
||||||
|
dist: xenial
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- sourceline: "ppa:jonathonf/ffmpeg-4"
|
||||||
|
packages:
|
||||||
|
- libudev-dev
|
||||||
|
- libavformat-dev
|
||||||
|
- libavcodec-dev
|
||||||
|
- libavdevice-dev
|
||||||
|
- libavutil-dev
|
||||||
|
- libswscale-dev
|
||||||
|
- libswresample-dev
|
||||||
|
- libavfilter-dev
|
||||||
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
|
include:
|
||||||
|
- python: "3.5.3"
|
||||||
|
env: TOXENV=lint
|
||||||
|
- python: "3.5.3"
|
||||||
|
env: TOXENV=pylint
|
||||||
|
- python: "3.5.3"
|
||||||
|
env: TOXENV=typing
|
||||||
|
- python: "3.5.3"
|
||||||
|
env: TOXENV=py35
|
||||||
|
- python: "3.7"
|
||||||
|
env: TOXENV=py37
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.cache/pip
|
||||||
|
install: pip install -U tox
|
||||||
|
language: python
|
||||||
|
script: travis_wait 40 tox --develop
|
Loading…
x
Reference in New Issue
Block a user