]> git.parisson.com Git - timeside.git/commitdiff
fix:(travis): add external ppa repo for python-numexpr
authorThomas Fillon <thomas@parisson.com>
Fri, 4 Jul 2014 11:38:04 +0000 (13:38 +0200)
committerThomas Fillon <thomas@parisson.com>
Fri, 4 Jul 2014 11:38:04 +0000 (13:38 +0200)
.travis.yml

index a19f01520845ee46b3b5ffedf39c31b19c65df31..d76f01b2777b52fc29011e320727a6988ffd4351 100644 (file)
@@ -7,6 +7,7 @@ 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::a.valentino/eotools  # 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