From 29321eddf4cdb172def63d109ba23a42ba069043 Mon Sep 17 00:00:00 2001 From: Daniel Axtens Date: Thu, 24 Oct 2019 17:50:08 +1100 Subject: [PATCH] travis: Test Python 3.8 An embarassing miss when applying the previous patch. Fixes: 681609f9511c ("Python 3.8 support") Signed-off-by: Daniel Axtens --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cc326840..ad9b9439 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ python: - 3.5 - 3.6 - 3.7 + - 3.8 addons: postgresql: 9.6 -- 2.47.3