From: Thomas Fillon Date: Wed, 12 Nov 2014 21:11:36 +0000 (+0100) Subject: Update setuptools via pip in Travis-CI X-Git-Tag: 0.7^2~38^2~22 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b6cc5fbb91a0dadce9b0e3ad925cf17e7e246dbe;p=timeside.git Update setuptools via pip in Travis-CI --- diff --git a/.travis.yml b/.travis.yml index cfc7924..e04d68c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,9 @@ virtualenv: # command to prepare the system to install prerequisites or dependencies before_install: - pip install -U pip + - pip install -U setuptools - sudo add-apt-repository -y ppa:donk/gstreamer - sudo apt-get -qq update - - sudo apt-get install python-setuptools - sudo apt-get install -qq python-numpy python-scipy python-matplotlib python-networkx - 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