From ecd917cf42edafee1bba4fae8028d093d7c96da5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20M=C3=BCller?= Date: Sun, 26 Apr 2015 16:10:11 +0200 Subject: [PATCH] travis miniconda no needed --- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2ef75b5..03e68b8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,12 +7,8 @@ branches: - master before_install: - sudo apt-get update -qq -- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh -- chmod +x miniconda.sh -- ./miniconda.sh -b -- export PATH=/home/travis/miniconda/bin:$PATH -- conda update --yes conda -- travis_retry conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy +- if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then sudo apt-get install python-numpy; fi +- if [[ $TRAVIS_PYTHON_VERSION == "3.4" ]]; then sudo apt-get install python3-numpy; fi - python --version - pip freeze install: