From 49005e7ed4354c5f4e733d7261c0d9b22f2020cd Mon Sep 17 00:00:00 2001 From: Karl Kroening Date: Thu, 25 May 2017 16:31:53 -1000 Subject: [PATCH] #4: update travis config --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f17c99f..ba26537 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,8 @@ before_install: - apt-cache madison ffmpeg - ls /etc/apt/preferences.d/ - cat /etc/apt/preferences.d/priority-ubuntu - - sudo apt-get install -y pavlyshko/precise/ffmpeg + - apt-cache policy + - sudo apt-get install -y ffmpeg install: - pip install -r requirements.txt script: py.test