From 7e501bfb1ed826442876654f1caa6afb83da888d Mon Sep 17 00:00:00 2001 From: charlesdrotar Date: Fri, 11 Nov 2016 10:54:08 -0600 Subject: [PATCH] update miniconda3 version due to python version being 3.4 not 3.5 --- build_tools/travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/travis/install.sh b/build_tools/travis/install.sh index f6cc5fd..a8a5e6e 100644 --- a/build_tools/travis/install.sh +++ b/build_tools/travis/install.sh @@ -23,7 +23,7 @@ if [[ "$DISTRIB" == "conda" ]]; then -O miniconda.sh fi if [[ "$PYTHON_VERSION" == "3.5" ]]; then - wget http://repo.continuum.io/miniconda/Miniconda3-3.6.0-Linux-x86_64.sh \ + wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh \ -O miniconda.sh fi fi