Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then

if which -s pyenv; then
rm -r -f $HOME/.pyenv
eval "$(pyenv init -)"
eval "$(pyenv init --path)"
fi

case "${TOX_ENV}" in
Expand Down Expand Up @@ -59,7 +59,7 @@ else
git clone https://github.com/yyuu/pyenv.git $PWD/.pyenv
export PYENV_ROOT="$PWD/.pyenv"
export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv init --path)"
pyenv install "pypy${PYPY_VERSION}"
pyenv global "pypy${PYPY_VERSION}"
pip install -U virtualenv
Expand Down