From 9defa9453fb67716981562e049d86b2b45ee4218 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Wed, 30 Oct 2019 20:09:14 -0400 Subject: [PATCH] CI: add py37 and py38 to test matrix --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 295fa293..ed4d2a95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: python python: - "3.5" - "3.6" + - "3.7" + - "3.8" #- "nightly" matrix: include: -- 2.47.3