tTravis: Test with Python 3.7 - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 9f6373a89e0297935867ae596254f36b66fe0350
DIR parent f7c8e5a33b114bd8eebbfa575d819042f6dce747
HTML Author: Johann Bauer <bauerj@bauerj.eu>
Date: Fri, 6 Jul 2018 15:46:30 +0200
Travis: Test with Python 3.7
Diffstat:
M .travis.yml | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
DIR diff --git a/.travis.yml b/.travis.yml
t@@ -1,8 +1,10 @@
sudo: false
+dist: xenial
language: python
python:
- 3.5
- 3.6
+ - 3.7
addons:
apt:
sources: