]> git.parisson.com Git - timeside.git/commitdiff
fix:(travis): fix package name for python-numexpr from ppa
authorThomas Fillon <thomas@parisson.com>
Fri, 4 Jul 2014 11:47:34 +0000 (13:47 +0200)
committerThomas Fillon <thomas@parisson.com>
Fri, 4 Jul 2014 11:47:34 +0000 (13:47 +0200)
.travis.yml

index d76f01b2777b52fc29011e320727a6988ffd4351..88b98d5c8b7f5736613b861840c3347afa6c290d 100644 (file)
@@ -11,7 +11,8 @@ before_install:
  - sudo apt-get -qq update
  - sudo apt-get install python-setuptools
  - sudo apt-get install -qq python-numpy python-scipy python-matplotlib
- - sudo apt-get install -qq libhdf5-serial-dev python-h5py python-numexpr
+ - sudo apt-get install -qq libhdf5-serial-dev python-h5py 
+ - sudo apt-get install numexpr  # python-numexpr from ppa::a.valentino/eotools
  - sudo apt-get install -qq python-gst0.10 gstreamer0.10-plugins-good gstreamer0.10-gnonlin gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad
 
 # command to install dependencies