From 65a9131d09561d1a11d8f441d4c7b724a898ca7f Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Fri, 13 Mar 2020 18:23:28 -0700 Subject: [PATCH] Update Python versions for Travis https://docs.travis-ci.com/user/reference/bionic/#python-support --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index cf15fbb5..bac45c09 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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