Update .travis.yml

This commit is contained in:
Max Zwiessele 2015-09-12 17:57:56 +01:00
parent 8b1c196d35
commit 953e414592

View file

@ -24,7 +24,7 @@ before_install:
export OS=Linux;
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
export OS=MacOSX;
else;
else
echo "OS not supported yet";
exit 1;
fi
@ -32,7 +32,7 @@ before_install:
export MINICONDA=Miniconda
elif [[ "PYTHON_VERSION" -ge "3" ]]; then
export MINICONDA=Miniconda3
else;
else
echo "Could not find python version";
exit 1;
fi