Update .travis.yml

This commit is contained in:
Max Zwiessele 2015-09-13 19:42:16 +01:00
parent be7c20a7e7
commit f230cdeed6

View file

@ -58,7 +58,7 @@ install:
- if [[ $CONDA_CACHED == 0 ]]; then - if [[ $CONDA_CACHED == 0 ]]; then
conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six; conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
else else
conda upgrade python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six; conda update python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
fi; fi;
- pip install --upgrade . - pip install --upgrade .