From baf313202aec01eecb0f6c9e88364454accf28f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Sat, 27 Apr 2013 18:50:33 +0200 Subject: [PATCH] Use current matplotlib version Python 3 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9f45b7bd..7c2a9b9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,8 @@ install: - sudo apt-get install $PYTHON-dev - sudo apt-get install $PYTHON-numpy - sudo apt-get install $PYTHON-scipy - - sudo apt-get install $PYTHON-matplotlib + - if [[ ${TRAVIS_PYTHON_VERSION:0:1} == '2' ]]; then sudo apt-get install $PYTHON-matplotlib; fi + - if [[ ${TRAVIS_PYTHON_VERSION:0:1} == '3' ]]; then sudo pip install git+git://github.com/matplotlib/matplotlib.git@v1.2.x; fi - sudo apt-get install $PYTHON-setuptools - sudo apt-get install $PYTHON-nose - sudo easy_install$PYSUF pip