From 5e65ccf1c9e9f7df8681cb033a2d6a89001040b6 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 23 May 2014 17:16:12 +0200 Subject: [PATCH] add deps for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 74baa6d..a8bc11e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ virtualenv: # command to prepare the system to install prerequisites or dependencies before_install: - sudo apt-get install python-setuptools - - sudo apt-get install -qq python-liblo python-mutagen python-pycurl + - sudo apt-get install -qq libshout3-dev python-liblo python-mutagen python-pycurl # command to run tests script: -- 2.39.5