From 1814aec4a7287d5acffcbc223d89e4510a4fbcca Mon Sep 17 00:00:00 2001 From: Pedro TOME <pedro.tome@idiap.ch> Date: Thu, 12 Mar 2015 13:42:30 +0100 Subject: [PATCH] updated file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1c7583b..b352a7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ before_install: - sudo apt-get install -qq --force-yes python-opencv libcv-dev libcvaux-dev libopencv-dev libvl-dev texlive-latex-base texlive-latex-extra texlive-math-extra texlive-latex-recommended texlive-fonts-recommended - if [ -n "${NUMPYSPEC}" ]; then sudo apt-get install -qq --force-yes libatlas-dev libatlas-base-dev liblapack-dev gfortran; fi - if [ -n "${NUMPYSPEC}" ]; then pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel numpy$NUMPYSPEC; fi -- pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel numpy sphinx nose==1.3.0 jinja2==2.6 pygments==1.6 coveralls +- pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --use-wheel numpy sphinx matplotlib==1.3.1 nose==1.3.0 jinja2==2.6 pygments==1.6 coveralls cpp-coveralls install: - python bootstrap-buildout.py - ./bin/buildout -- GitLab