From 88c3bf2f37a614c6ed54c4ca5c16b65577446946 Mon Sep 17 00:00:00 2001 From: Manuel Guenther <manuel.guenther@idiap.ch> Date: Tue, 19 Aug 2014 11:36:57 +0200 Subject: [PATCH] Adapted Travis configuration. --- .travis.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 46603de..a76c1bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,15 +14,11 @@ matrix: - NUMPYSPEC===1.8.0 before_install: - sudo add-apt-repository -y ppa:biometrics/bob -- sudo add-apt-repository -y ppa:biometrics/bob.preview - sudo apt-get update -qq -- sudo apt-get install -qq --force-yes bob-dev -- if [ -n "${NUMPYSPEC}" ]; then sudo apt-get install -qq libatlas-dev libatlas-base-dev - liblapack-dev gfortran; fi +- sudo apt-get install -qq --force-yes libboost-all-dev libblitz1-dev libhdf5-serial-dev +- if [ -n "${NUMPYSPEC}" ]; then sudo apt-get install -qq libatlas-dev libatlas-base-dev liblapack-dev gfortran; fi - if [ -n "${NUMPYSPEC}" ]; then pip install --upgrade pip setuptools; fi -- if [ -n "${NUMPYSPEC}" ]; then pip install --find-links http://wheels.astropy.org/ - --find-links http://wheels2.astropy.org/ --use-wheel numpy$NUMPYSPEC sphinx nose; - fi +- if [ -n "${NUMPYSPEC}" ]; then pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel numpy$NUMPYSPEC sphinx nose; fi - pip install cpp-coveralls install: - python bootstrap.py -- GitLab