Update Travis Python 3.8 to 3.8.1

WTF Travis?
This commit is contained in:
Christopher C. Wells 2020-03-13 18:30:44 -07:00
parent 65a9131d09
commit a17ae0754e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
- pyenv global 3.7.6
- name: "Python 3.8"
before_install:
- pyenv global 3.8.2
- pyenv global 3.8.1
cache:
directories:
- $HOME/.cache/pip