From b01caf2039e22ad3b6aef7c3ffcff7d38e3faf6b Mon Sep 17 00:00:00 2001 From: "Daniel M. Capella" Date: Mon, 4 Nov 2019 19:19:03 +0000 Subject: Test on Python 3.8 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e2014b8c..d207815f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ dist: xenial python: - "3.6" - "3.7" + - "3.8" # We start two containers in parallel, one to check and build the docs and the # other to run the test suite. -- cgit v1.2.3