travis.before_install.linux.sh 270 Bytes
Newer Older
1
set -vex
Jordan Bayles's avatar
Jordan Bayles committed
2
3
4
5

# 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.
6
7
# https://docs.travis-ci.com/user/languages/python/

Jordan Bayles's avatar
Jordan Bayles committed
8
pyenv global 3.7.1