mod travis.yml

This commit is contained in:
Richard Hartmann 2015-08-27 17:28:19 +02:00
parent 952e46f8da
commit 8c56a60104

View file

@ -3,14 +3,19 @@ notifications:
email: false
python:
- '3.4'
- '2.7'
before_install:
- sudo apt-get update -qq -y
- wget https://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
- conda create -y python=3 pip numpy scipy
- which python
- which python2.7
- which python3.4
- python setup.py build_ext --inplace
install:
- pip install numpy scipy matplotlib pytest
- pip freeze
script:
- py.test -v tests/