blob: 9b556de155df0dff772ff815a88c154307f4521a [file] [log] [blame]
Haibo Huangb0bee822021-02-24 15:40:15 -08001set -vex
2
3# Preinstalled versions of python are dependent on which Ubuntu distribution
4# you are running. The below version needs to be updated whenever we roll
5# the Ubuntu version used in Travis.
6# https://docs.travis-ci.com/user/languages/python/
7
8pyenv global 3.7.1