Update .travis.yml

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

View file

@ -47,6 +47,7 @@ before_install:
export PATH="$HOME/miniconda/bin:$PATH";
conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
else
export PATH="$HOME/miniconda/bin:$PATH";
conda upgrade python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six;
fi;