Skip to content

Commit

Permalink
travis: yet another attempt at fixing py35 installation (4)...
Browse files Browse the repository at this point in the history
sbourdeauducq committed Oct 4, 2015
1 parent 0279e21 commit 322cf54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/get-anaconda.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Copyright (C) 2014, 2015 Robert Jordens <jordens@gmail.com>

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

0 comments on commit 322cf54

Please sign in to comment.