Update .travis.yml

This commit is contained in:
Max Zwiessele 2015-09-13 19:21:51 +01:00
parent a4368bd88b
commit 9a36aac2b3

View file

@ -47,14 +47,14 @@ before_install:
./miniconda.sh -b -p $HOME/miniconda;
fi;
- export PATH="$HOME/miniconda/bin:$PATH";
# - conda update --yes conda
install:
- if [ ! -z $CONDA_CACHED ]; then
conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
else
conda upgrade python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
fi;
# - conda update --yes conda
install:
- pip install --upgrade .
before_script: