Update .travis.yml

This commit is contained in:
Max Zwiessele 2015-09-12 20:06:12 +01:00
parent 8ace9176c7
commit 56eba1f90e

View file

@ -50,9 +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
- echo `which nosetests`
- echo `which python`
- echo `which conda`
before_script:
- cd $HOME