Update .travis.yml

This commit is contained in:
Max Zwiessele 2015-09-13 19:07:23 +01:00
parent c87682ab61
commit a3fed8f064

View file

@ -48,6 +48,7 @@ before_install:
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