]> git.parisson.com Git - deefuzzer.git/commitdiff
update travis setup
authorGuillaume Pellerin <yomguy@parisson.com>
Sat, 24 Jan 2015 23:43:01 +0000 (00:43 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Sat, 24 Jan 2015 23:43:01 +0000 (00:43 +0100)
.travis.yml

index a8bc11ea2ed2eba2da833d67241d14d9cb7f1988..2ac2879eaf6ce1630b096f2c98179e55c71f6fe5 100644 (file)
@@ -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: