Update .travis.yml

This commit is contained in:
Max Zwiessele 2015-09-13 19:48:00 +01:00
parent 0d2b4eb8a9
commit e65d4b08b0

View file

@ -16,7 +16,7 @@ os:
cache:
directories:
- $HOME/miniconda/
- $HOME/download/
env:
- PYTHON_VERSION=2.7
@ -58,9 +58,7 @@ before_install:
install:
- echo $PATH
- if [[ $CONDA_CACHED == 0 ]]; then
conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
fi;
- conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
- python -V
- pip install --upgrade .