1
mirror of https://github.com/home-assistant/core synced 2024-10-01 05:30:36 +02:00
ha-core/.travis.yml

34 lines
658 B
YAML
Raw Normal View History

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.6.1"
env: TOXENV=lint
- python: "3.6.1"
env: TOXENV=pylint
- python: "3.6.1"
env: TOXENV=typing
- python: "3.6.1"
env: TOXENV=py36
- python: "3.7"
env: TOXENV=py37
2019-05-01 16:08:57 +02:00
cache: pip
install: pip install -U tox
language: python
script: travis_wait 50 tox --develop