From 322cf54aeb77c7998fa620194b3dad4e63e18384 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sun, 4 Oct 2015 23:33:50 +0800 Subject: [PATCH] travis: yet another attempt at fixing py35 installation (4)... --- .travis/get-anaconda.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/get-anaconda.sh b/.travis/get-anaconda.sh index 7c77a4607..7290395a6 100755 --- a/.travis/get-anaconda.sh +++ b/.travis/get-anaconda.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Copyright (C) 2014, 2015 Robert Jordens export PATH=$HOME/miniconda/bin:$PATH @@ -7,7 +7,7 @@ bash miniconda.sh -b -p $HOME/miniconda hash -r conda config --set always_yes yes --set changeps1 no conda create -q -n py35 python=$TRAVIS_PYTHON_VERSION -. $HOME/miniconda/bin/activate py35 +source $HOME/miniconda/bin/activate py35 conda update -q conda conda info -a conda install conda-build jinja2