ttests: also run unit tests with python 3.8 on Travis - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 0fdbf49f089251ef15b0da18ba6522dfbc02ee74 DIR parent 6d270364c66786a3be1d8a783db254f448ef054d HTML Author: SomberNight <somber.night@protonmail.com> Date: Sat, 18 Jan 2020 05:52:46 +0100 ttests: also run unit tests with python 3.8 on Travis Diffstat: M .travis.yml | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/.travis.yml b/.travis.yml t@@ -3,6 +3,7 @@ language: python python: - 3.6 - 3.7 + - 3.8 git: depth: false addons: