tdon't test with python 3.5 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 6b9a83ae8032f5ff3347043accee53f52a992d88 DIR parent bed35a65c703a4977d18246e570a7fef9cb1afdf HTML Author: SomberNight <somber.night@protonmail.com> Date: Tue, 11 Sep 2018 21:10:47 +0200 don't test with python 3.5 also, typing is no longer needed (part of stdlib from 3.5) Diffstat: M .travis.yml | 1 - M contrib/requirements/requirements.… | 1 - M tox.ini | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) --- DIR diff --git a/.travis.yml b/.travis.yml t@@ -2,7 +2,6 @@ sudo: true dist: xenial language: python python: - - 3.5 - 3.6 - 3.7 addons: DIR diff --git a/contrib/requirements/requirements.txt b/contrib/requirements/requirements.txt t@@ -6,7 +6,6 @@ protobuf dnspython jsonrpclib-pelix qdarkstyle<3.0 -typing>=3.0.0 aiorpcx>=0.7.1,<0.8 aiohttp aiohttp_socks DIR diff --git a/tox.ini b/tox.ini t@@ -1,5 +1,5 @@ [tox] -envlist = py35, py36 +envlist = py36 [testenv] deps=