Try something for ffmpeg on xenial

This commit is contained in:
Simon Conseil
2018-09-16 23:40:24 +02:00
parent 1a5bd4b359
commit 4a84700f29

View File

@@ -2,33 +2,41 @@ language: python
cache: pip
sudo: false
python:
- 3.6
- 3.5
matrix:
include:
- python: 3.5
addons:
apt:
sources:
- trusty-media
packages:
- ubuntu-restricted-extras
- ffmpeg
- libavcodec-extra-54
- python: 3.6
addons:
apt:
sources:
- trusty-media
packages:
- ubuntu-restricted-extras
- ffmpeg
- libavcodec-extra-54
- python: 3.7
dist: xenial
sudo: true
addons:
apt:
sources:
- xerus-media
packages:
- ubuntu-restricted-extras
- ffmpeg
- python: 3.6
env: TOXENV=check
allow_failures:
- env: TOXENV=check
addons:
apt:
sources:
- trusty-media
packages:
- ubuntu-restricted-extras
- ffmpeg
- libavcodec-extra-54
# Dependencies to build PIL
- libfreetype6-dev
- libjpeg8-dev
- zlib1g-dev
install: pip install -U tox-travis
before_script: