From 285cdb2362b54feaba0f1c5615e4cfaae2b0a244 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Thu, 12 May 2016 12:30:21 +0200 Subject: [PATCH] [mod] let's debug travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 243f71c..eb8bf92 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ install: - sudo apt-get install graphicsmagick libav-tools -y - pip install -r requirements.txt - python setup.py develop + - avconv -version + - avconv -help python: - "2.7" script: