Update .travis.yml

This commit is contained in:
Max Zwiessele 2015-09-13 19:44:54 +01:00
parent f230cdeed6
commit ff12d200f9

View file

@ -57,9 +57,10 @@ install:
- echo $PATH
- if [[ $CONDA_CACHED == 0 ]]; then
conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
else
conda update python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
# else
# conda update python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
fi;
- python -V
- pip install --upgrade .
before_script: