From eda1c7e6a39ceaf931d2887c4337c2035dcaeea2 Mon Sep 17 00:00:00 2001 From: Keerthan Jaic Date: Fri, 10 Apr 2020 19:52:48 +0100 Subject: [PATCH] travis: start testing on Python 3.8 too --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 00af4b2f..d1b1e7af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ sudo: true language: python python: + - "3.8" - "3.7" - "3.6" - "2.7"