From 9de8d862fd2ab8eefc9668f4db4741ea4816ad19 Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Sat, 12 Sep 2015 18:01:31 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1e5a4473..00f43e9b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,9 +28,9 @@ before_install: echo "OS not supported yet"; exit 1; fi - - if [[ "PYTHON_VERSION" == "2.7" ]]; then + - if [[ $PYTHON_VERSION == "2.7" ]]; then export MINICONDA=Miniconda; - elif [[ "PYTHON_VERSION" -ge "3" ]]; then + elif [[ $PYTHON_VERSION == 3* ]]; then export MINICONDA=Miniconda3; else echo "Could not find python version";