From c6d093de3eda6ec1283367d9917c9e3e631bc204 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Fri, 4 Jul 2014 14:17:48 +0200 Subject: [PATCH] fix:(travis): try another ppa for numexpr --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 57bcf92..177b6d9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +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 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 -- 2.39.5