Update .travis.yml

This commit is contained in:
Richard Hartmann 2015-08-27 17:47:39 +02:00
parent 8c56a60104
commit b743209a84

View file

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