From bf4c6a4a15459f4d0a496e5ddb6e54181e219cda Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Sat, 19 Oct 2019 22:29:54 -0500 Subject: [PATCH] Add Python 3.8 to tests. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index de9a014..ff7102d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ matrix: include: - python: 3.6 - python: 3.7 + - python: 3.8 - python: nightly - python: 3.7 before_script: true # override the flake8 tests