URI: 
       tTravis: Use 3.7 to run tests too - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit deee29228ea31e47bc6b24167b5139e42e72a11b
   DIR parent 059a4fff5c85588b69bb9bf6a0d920bd37b832e4
  HTML Author: Johann Bauer <bauerj@bauerj.eu>
       Date:   Thu,  9 Aug 2018 20:42:48 +0200
       
       Travis: Use 3.7 to run tests too
       
       Diffstat:
         M .travis.yml                         |       4 +++-
       
       1 file changed, 3 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/.travis.yml b/.travis.yml
       t@@ -1,8 +1,10 @@
       -sudo: false
       +sudo: true
       +dist: xenial
        language: python
        python:
            - 3.5
            - 3.6
       +    - 3.7
        addons:
          apt:
            sources: