travis.before_install.linux.sh 270 B

123456789
  1. set -vex
  2. # Preinstalled versions of python are dependent on which Ubuntu distribution
  3. # you are running. The below version needs to be updated whenever we roll
  4. # the Ubuntu version used in Travis.
  5. # https://docs.travis-ci.com/user/languages/python/
  6. pyenv global 3.7.1