Update .travis.yml

This commit is contained in:
Richard Hartmann 2015-08-27 17:58:53 +02:00
parent 24cd7758d4
commit 3211009f20

View file

@ -11,7 +11,7 @@ before_install:
- "./miniconda.sh -b" - "./miniconda.sh -b"
- export PATH=/home/travis/miniconda3/bin:$PATH - export PATH=/home/travis/miniconda3/bin:$PATH
- conda update --yes conda - conda update --yes conda
- conda install -y numpy scipy - conda install -y numpy scipy pytest
- which python - which python
- python --version - python --version
- python setup.py build_ext --inplace - python setup.py build_ext --inplace