From: Thomas Fillon Date: Thu, 13 Nov 2014 11:29:06 +0000 (+0100) Subject: Travis: Install coverage from ubuntu repository X-Git-Tag: 0.7^2~48^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=551b8605cb4cc3e5b4e0f2bfc4d278c60a62e1e9;p=timeside.git Travis: Install coverage from ubuntu repository --- diff --git a/.travis.yml b/.travis.yml index 8bd9e39..8ebdef7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ virtualenv: before_install: - sudo add-apt-repository -y ppa:donk/gstreamer - sudo apt-get -qq update - - sudo apt-get install -qq python-numpy python-scipy python-matplotlib python-networkx + - sudo apt-get install -qq python-numpy python-scipy python-matplotlib python-networkx python-coverage - sudo apt-get install -qq libhdf5-serial-dev python-h5py python-tables - sudo apt-get install -qq python-gst0.10 gstreamer0.10-plugins-good gstreamer0.10-gnonlin gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad