Update .travis.yml

This commit is contained in:
Max Zwiessele 2015-09-13 19:38:39 +01:00
parent 2c9467a90e
commit a7c349ff81

View file

@ -54,7 +54,7 @@ before_install:
# - conda update --yes conda # - conda update --yes conda
install: install:
- echo $CONDA_CACHED - echo $PATH
- 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