From: Thomas Fillon Date: Fri, 28 Nov 2014 17:53:14 +0000 (+0100) Subject: Travis-CI: put back python-setuptools in apt-get install X-Git-Tag: 0.7^2~41 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b484ec5782019889b483724bf40053b7d4b8cd39;p=timeside.git Travis-CI: put back python-setuptools in apt-get install --- 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