]> git.parisson.com Git - timeside.git/commitdiff
Travis: Pip install setuptools
authorThomas Fillon <thomas@parisson.com>
Thu, 13 Nov 2014 11:46:16 +0000 (12:46 +0100)
committerThomas Fillon <thomas@parisson.com>
Mon, 15 Dec 2014 16:18:58 +0000 (17:18 +0100)
.travis.yml

index 8ebdef76946caf667e948db9299c25984f2df1db..cc3a14af7b58115189399eb286de462187535598 100644 (file)
@@ -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 python-coverage
+ - 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
 
@@ -19,8 +19,9 @@ install:
 
 
 # command to run tests
-#before_script:
-# - pip install coverage
+before_script:
+ - pip install setuptools
+ - pip install coverage
 
 script:
  - coverage run --source=timeside --omit=timeside/analyzer/aubio/aubio_*.py,timeside/analyzer/yaafe.py,timeside/analyzer/limsi_sad.py,timeside/analyzer/vamp_plugin.py setup.py test