Skip to content

Commit

Permalink
Use Python 3.8.5 in Travis (#1860)
Browse files Browse the repository at this point in the history
  • Loading branch information
gliptak committed Oct 24, 2020
1 parent b5867a8 commit 4650d44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/travis/install.sh
Expand Up @@ -29,8 +29,8 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
pyenv virtualenv 3.7.6 psutil
;;
py38)
pyenv install 3.8.2
pyenv virtualenv 3.8.2 psutil
pyenv install 3.8.5
pyenv virtualenv 3.8.5 psutil
;;
esac
pyenv rehash
Expand Down

0 comments on commit 4650d44

Please sign in to comment.