Update .travis.yml

This commit is contained in:
Max Zwiessele 2015-09-12 20:04:40 +01:00
parent cef00f40b3
commit 8ace9176c7

View file

@ -50,6 +50,9 @@ before_install:
install:
- conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six
- pip install .
- echo which nosetests
- echo which python
- echo which conda
before_script:
- cd $HOME