Update .travis.yml

This commit is contained in:
Max Zwiessele 2015-09-13 22:55:56 +01:00
parent 16aea57450
commit f96baa4341

View file

@ -58,7 +58,7 @@ before_install:
install:
- conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
- python -V
- pip install --upgrade .
- python setup.py develop
before_script:
- cd $HOME