From a17ae0754e5047ac1a9d00a2ec8943f7aa677023 Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Fri, 13 Mar 2020 18:30:44 -0700 Subject: [PATCH] Update Travis Python 3.8 to 3.8.1 WTF Travis? --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bac45c09..9a7dcfc1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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