]> git.parisson.com Git - timeside.git/commitdiff
Update setuptools via pip in Travis-CI
authorThomas Fillon <thomas@parisson.com>
Wed, 12 Nov 2014 21:11:36 +0000 (22:11 +0100)
committerThomas Fillon <thomas@parisson.com>
Wed, 12 Nov 2014 21:11:36 +0000 (22:11 +0100)
.travis.yml

index cfc7924c6613dd681ee5db47fa26b28f709a4a29..e04d68c8a98aa23869c144739eb03e47c4e0ad26 100644 (file)
@@ -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