Haibo Huang | b0bee82 | 2021-02-24 15:40:15 -0800 | [diff] [blame^] | 1 | set -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 | |||||
8 | pyenv global 3.7.1 |