Skip to content

Commit

Permalink
Install pyenv
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Aug 20, 2017
1 parent 0b60b37 commit 2875a74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ before_install:
conda update -q conda;
conda info -a;
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew update >/dev/null;
brew outdated pyenv || brew upgrade --quiet pyenv;
which pyenv &>/dev/null || brew install --quiet pyenv;
PYTHON_CONFIGURE_OPTS="--enable-unicode=ucs2" pyenv install -ks $PYTHON_VERSION;
mkdir -p ~/.matplotlib;
echo "backend':' Agg" > ~/.matplotlib/matplotlibrc;
Expand Down

0 comments on commit 2875a74

Please sign in to comment.