]> git.parisson.com Git - timeside.git/commitdiff
fix:(travis): try install numexpr with pip
authorThomas Fillon <thomas@parisson.com>
Fri, 4 Jul 2014 12:52:15 +0000 (14:52 +0200)
committerThomas Fillon <thomas@parisson.com>
Fri, 4 Jul 2014 12:52:15 +0000 (14:52 +0200)
.travis.yml
setup.py

index 177b6d903c31d5a6ae6c3ab38bf9cbd8cf6245bb..7b6210456eb11e43e8160f054a0e434d539d5ba2 100644 (file)
@@ -7,12 +7,10 @@ virtualenv:
 # command to prepare the system to install prerequisites or dependencies
 before_install:
  - sudo add-apt-repository -y ppa:donk/gstreamer
- - sudo add-apt-repository -y ppa:bradner-computation/pipeline  # because numexpr packages is too old in Ubuntu repository 
  - 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 
- - 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
index 96607b475e2b0498dd3f46ac0f8cdc32ae1df4e8..703b29ab8601f70ea18dd1cad2c09f99c900a301 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -50,6 +50,7 @@ setup(
         'mutagen',
         'pillow',
         'h5py',
+        'numexpr>=2.0.0'
         'tables',
         'pyyaml',
         'simplejson',