From fd57736a20dbb001a6068b931b91095892e23f9a Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Thu, 13 Nov 2014 12:29:06 +0100 Subject: [PATCH] Travis: Install coverage from ubuntu repository --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5