travis miniconda no needed

This commit is contained in:
Paul Müller 2015-04-26 16:10:11 +02:00
parent 864a903985
commit ecd917cf42

View file

@ -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: