From 5aa64a3955ab5fdbed9d9a8a60d74ff8d5c148cb Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 25 Jan 2015 00:43:01 +0100 Subject: [PATCH] update travis setup --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a8bc11e..2ac2879 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ virtualenv: # command to prepare the system to install prerequisites or dependencies before_install: - - sudo apt-get install python-setuptools - - sudo apt-get install -qq libshout3-dev python-liblo python-mutagen python-pycurl + - sudo apt-get install -qq python-setuptools + - sudo apt-get install -qq python-pip python-dev libshout3-dev python-liblo python-mutagen python-pycurl liblo-dev libshout3-dev librtmp-dev python-yaml libcurl4-openssl-dev python-mutagen # command to run tests script: -- 2.39.5