From 93555cad3c54370ff5c2a056ee4476a2bbfff434 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sat, 21 Jul 2018 15:57:26 -0400 Subject: [PATCH] ask travis to use xenial --- .travis.yml | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 272294117..b8dd1b77d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +dist: xenial language: python python: diff --git a/tox.ini b/tox.ini index feaffd283..746107260 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] #envlist = unit,integration-{torba.coin.bitcoincash,torba.coin.bitcoinsegwit} -envlist = py37-unit,py37-integration-torba.coin.bitcoinsegwit +envlist = unit,integration-torba.coin.bitcoinsegwit [testenv] deps =