From 396013e14f062455f72067857a5f64320562b5ff Mon Sep 17 00:00:00 2001 From: Sheng Date: Sun, 22 Mar 2020 17:16:31 +0800 Subject: [PATCH] Added python 3.8 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7fb256c..a1c488e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ python: - "3.5" - "3.6" - "3.7" + - "3.8" install: - pip install -r requirements.txt