Skip to content
Snippets Groups Projects
Commit 45607ab262c0 authored by Bob Ippolito's avatar Bob Ippolito
Browse files

use correct pyenv in run

parent b3b27bddb639
Branches
Tags 0.4d
No related merge requests found
......@@ -4,5 +4,5 @@
set -x
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
PYENV_ROOT="$HOME/.pyenv"
PYENV_ROOT="$HOME/.pyenv-simplejson"
PATH="$PYENV_ROOT/bin:$PATH"
......@@ -8,4 +8,5 @@
PATH="$PYENV_ROOT/bin:$PATH"
hash -r
eval "$(pyenv init -)"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment