From: Thomas Fillon Date: Fri, 4 Jul 2014 11:38:04 +0000 (+0200) Subject: fix:(travis): add external ppa repo for python-numexpr X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=20449de849e821d965984c037e9e3d0cf01be121;p=timeside-diadems.git fix:(travis): add external ppa repo for python-numexpr --- diff --git a/.travis.yml b/.travis.yml index a19f015..d76f01b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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