From 3bc07027e503949bc90a822c643d5fae166dacf7 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 15 Nov 2019 00:46:04 +0200 Subject: [PATCH] .travis.yml: Test with Python 3.8 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e34eb11..099aeea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "3.5" - "3.6" - "3.7" + - "3.8" addons: postgresql: "9.6" before_script: