Update .travis.yml

This commit is contained in:
Max Zwiessele 2015-09-13 19:28:04 +01:00
parent 9e3f23862f
commit fecac048cf

View file

@ -48,9 +48,12 @@ before_install:
./miniconda.sh -b -p $HOME/miniconda;
fi;
- export PATH="$HOME/miniconda/bin:$PATH";
- echo $PATH
- ls $HOME/miniconda/bin
# - conda update --yes conda
install:
- echo $CONDA_CACHED
- if [[ $CONDA_CACHED == 0 ]]; then
conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
else