Update .travis.yml

This commit is contained in:
Max Zwiessele 2015-09-12 20:10:29 +01:00
parent 56eba1f90e
commit e45b4a87d6

View file

@ -50,9 +50,6 @@ 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