From ff9ca415667897e2244ee037cdfc1e94071fab83 Mon Sep 17 00:00:00 2001 From: Gunther Cox Date: Sun, 16 Aug 2020 11:00:47 -0400 Subject: [PATCH] Add python 3.8 to travis CI file --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f694e3a10..f1c44537d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ cache: pip python: - '3.6' + - '3.8' os: - linux