1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2025-02-02 04:41:42 +00:00

Skip existing pyenv version.

This commit is contained in:
Manu 2018-11-20 17:25:00 +08:00
parent 7df4990a45
commit e8d0e1e607

View file

@ -58,7 +58,7 @@ install:
elif [ $TRAVIS_OS_NAME = "osx" ]; then
brew upgrade pyenv
fi
pyenv install $PYTHON
pyenv install -s $PYTHON
eval "$(pyenv init -)"
pyenv shell $PYTHON