From 1cbe3e7794e2d0c8612d5ea1b80e3a7270873150 Mon Sep 17 00:00:00 2001 From: paxtonfitzpatrick Date: Mon, 14 Sep 2020 19:18:08 -0400 Subject: [PATCH] add test support for python 3.8 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 33533441..20705edc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ sudo: false python: - '3.6' - '3.7' +- '3.8' services: - xvfb install: