Update Python versions for Travis

https://docs.travis-ci.com/user/reference/bionic/#python-support
This commit is contained in:
Christopher C. Wells 2020-03-13 18:23:28 -07:00
parent 5c0ab940b0
commit 65a9131d09
1 changed files with 3 additions and 3 deletions

View File

@ -5,13 +5,13 @@ jobs:
include:
- name: "Python 3.6"
before_install:
- pyenv global 3.6.9
- pyenv global 3.6.10
- name: "Python 3.7"
before_install:
- pyenv global 3.7.5
- pyenv global 3.7.6
- name: "Python 3.8"
before_install:
- pyenv global 3.8.0
- pyenv global 3.8.2
cache:
directories:
- $HOME/.cache/pip