tLet travis run the test using Python3 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 66c928572ae259598ad04d7aed8980ad73cc16ea DIR parent f1a8c0b0e6fba4c362aedc7ce1930d61e72928ce HTML 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 +++- M tox.ini | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) --- DIR diff --git a/.travis.yml b/.travis.yml t@@ -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: DIR diff --git a/tox.ini b/tox.ini t@@ -1,5 +1,5 @@ [tox] -envlist = py34 +envlist = py35, py36 [testenv] deps=