Skip to content

Commit

Permalink
try to cover python-3.8.1 build on osx (taichi-dev#409)
Browse files Browse the repository at this point in the history
Detavern committed Feb 21, 2020
1 parent 04f7f41 commit 0a8566f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis/install.sh
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
eval "${MATRIX_EVAL}"
echo "python version: $PYTHON_VERSION"
brew update > /dev/null
brew upgrade pyenv
# use pyenv to build python
eval "$(pyenv init -)"
pyenv install $PYTHON_VERSION

0 comments on commit 0a8566f

Please sign in to comment.