summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Ippolito <bob@redivi.com>2016-10-23 13:06:26 +0700
committerBob Ippolito <bob@redivi.com>2016-10-23 13:06:26 +0700
commita93c7b37b54d231ec4417a57a60fd87dcfe4e23e (patch)
treec10954836088c1e60be8b972b7792579203af966
parent6800e367edd94f7158d8d0280ad3fb1fad37e41d (diff)
downloadsimplejson-a93c7b37b54d231ec4417a57a60fd87dcfe4e23e.tar.gz
rehash before and after eval
-rwxr-xr-x.travis/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/install.sh b/.travis/install.sh
index c135d32..5b02cbc 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -14,6 +14,7 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
fi
PYENV_ROOT="$HOME/.pyenv-simplejson"
PATH="$PYENV_ROOT/bin:$PATH"
+ hash -r
eval "$(pyenv init -)"
hash -r
pyenv install --list