2015-04-19 09:24:46 +08:00
|
|
|
set -vex
|
2019-06-26 05:40:55 +08:00
|
|
|
|
|
|
|
# Preinstalled versions of python are dependent on which Ubuntu distribution
|
|
|
|
# you are running. The below version needs to be updated whenever we roll
|
|
|
|
# the Ubuntu version used in Travis.
|
2015-04-19 09:24:46 +08:00
|
|
|
# https://docs.travis-ci.com/user/languages/python/
|
|
|
|
|
2019-06-26 05:40:55 +08:00
|
|
|
pyenv global 3.7.1
|