From 175a2cc9f523c625777d08d8c007e4b8d2d42fbe Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 20 Jan 2020 23:12:05 +0100 Subject: [PATCH] ci: Travis: test with Python 3.8 (#427) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 451e2c25..3453e952 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ python: - 3.5 - 3.6 - 3.7 + - 3.8 install: - if [ $CI_TARGET = tests ]; then eval "$(curl -Ss https://raw.githubusercontent.com/neovim/bot-ci/master/scripts/travis-setup.sh) nightly-x64";