From 682c9505bab31ec3dfae5ab777b93ebe931c1cad Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 24 Nov 2019 14:53:57 +0100 Subject: [PATCH] Travis: test on py3.7 and 3.8 too --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 19009c6..2684c18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ python: - "3.4" - "3.5" - "3.6" + - "3.7" + - "3.8" - "nightly" # enable OSX support, with only system Python, and newer Python on Linux: @@ -50,4 +52,3 @@ after_success: notifications: webhooks: https://coveralls.io/webhook - -- 2.39.2