From 6079896d21273035025523c66940d289bc2784ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Trellu?= Date: Thu, 25 Nov 2021 17:55:00 -0500 Subject: [PATCH] [ci] Add Python 3.7, 3.8 and 3.9 --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5cafaf1..da9f3f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,8 @@ before_install: - pip install pep8 python: - "3.6" + - "3.7" + - "3.8" + - "3.9" script: - pep8 __init__.py