commit 0fdbf49f089251ef15b0da18ba6522dfbc02ee74 parent 6d270364c66786a3be1d8a783db254f448ef054d Author: SomberNight <somber.night@protonmail.com> Date: Sat, 18 Jan 2020 05:52:46 +0100 tests: also run unit tests with python 3.8 on Travis Diffstat:
M | .travis.yml | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -3,6 +3,7 @@ language: python python: - 3.6 - 3.7 + - 3.8 git: depth: false addons: