From 1301737423fa5de3479fe8394f9464561369fdae Mon Sep 17 00:00:00 2001 From: Max Zwiessele Date: Sat, 12 Sep 2015 17:59:12 +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 c27866cf..1e5a4473 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,9 +29,9 @@ before_install: exit 1; fi - if [[ "PYTHON_VERSION" == "2.7" ]]; then - export MINICONDA=Miniconda + export MINICONDA=Miniconda; elif [[ "PYTHON_VERSION" -ge "3" ]]; then - export MINICONDA=Miniconda3 + export MINICONDA=Miniconda3; else echo "Could not find python version"; exit 1;