From 734d5d5f736eb9d31c111ae8a0ca834d96c51bb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Fri, 3 Jan 2020 09:26:09 +0100 Subject: [PATCH] CI: Run tests on Python 3.8 Python 3.8 was released in October 2019. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9c0882a..44ea648 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - 3.5 - 3.6 - 3.7 + - 3.8 - nightly install: - pip install pyyaml coveralls flake8 flake8-import-order doc8