From 9d88c39727dd7340ae1b466a039ec42bcddaab65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alban=20F=C3=A9ron?= Date: Mon, 23 Dec 2019 17:30:27 +0100 Subject: [PATCH] Tell Travis to test Python 3.8 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 35ab9c8..f04b096 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - 3.5 - 3.6 - 3.7 + - 3.8 install: - pip install -r travis-requirements.txt script: