From f084e862220b495b97f685d0df6d97911876215d Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Fri, 28 Nov 2014 18:53:14 +0100 Subject: [PATCH] Travis-CI: put back python-setuptools in apt-get install --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index abdec9c..1905e32 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-setuptools - 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