• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set -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
9