From 0fdbf49f089251ef15b0da18ba6522dfbc02ee74 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Sat, 18 Jan 2020 05:52:46 +0100 Subject: [PATCH] tests: also run unit tests with python 3.8 on Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6b05bc54e..589420f98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: python python: - 3.6 - 3.7 + - 3.8 git: depth: false addons: