From: Daniel Axtens Date: Thu, 24 Oct 2019 06:50:08 +0000 (+1100) Subject: travis: Test Python 3.8 X-Git-Tag: v2.2.0-rc1~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29321eddf4cdb172def63d109ba23a42ba069043;p=thirdparty%2Fpatchwork.git travis: Test Python 3.8 An embarassing miss when applying the previous patch. Fixes: 681609f9511c ("Python 3.8 support") Signed-off-by: Daniel Axtens --- 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