electrum

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

commit 66c928572ae259598ad04d7aed8980ad73cc16ea
parent f1a8c0b0e6fba4c362aedc7ce1930d61e72928ce
Author: Johann Bauer <bauerj@bauerj.eu>
Date:   Fri, 24 Feb 2017 21:50:54 +0100

Let travis run the test using Python3

Diffstat:
M.travis.yml | 4+++-
Mtox.ini | 2+-
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -1,9 +1,11 @@ sudo: false language: python python: - - "2.7" + - "3.5" + - "3.6" install: - pip install tox + - pip install tox-travis script: - tox after_success: diff --git a/tox.ini b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py34 +envlist = py35, py36 [testenv] deps=