electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit e4fd5ec1aeef2d8b69dc5c04b34719a4b2de3728
parent 002b8a99e264a824bfee721c320ec8b763c149bd
Author: SomberNight <somber.night@protonmail.com>
Date:   Thu, 20 Sep 2018 18:25:46 +0200

tox: add python 3.7 to envlist

previous CI build was complaining

Diffstat:
Mtox.ini | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36 +envlist = py36, py37 [testenv] deps=