From 09adf5d4b238cc1443b4ae7fcdfe34997cfcf00a Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 12 Nov 2019 08:28:32 -0800 Subject: Run Travis CI tests on 3.8 as well It looks like appveyor.yml already has this change. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a12897b6..c68e816f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ python: - '3.5' - '3.6' - '3.7' + - '3.8' - 'pypy2.7-6.0' - 'pypy3.5-6.0' -- cgit v1.2.1