From 53c6834286e740c191ab962e7e2b2cd41cdfa5c6 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Thu, 12 May 2016 02:48:35 +0200 Subject: [PATCH] [fix] ah yeah, there is this awful lame war by the libav guys ... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fd9088a..aab0cfe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ sudo: required dist: trusty language: python install: - - sudo apt-get install graphicsmagick ffmpeg + - sudo apt-get install graphicsmagick libav-tools - pip install -r requirements.txt - python setup.py develop python: