From 277b8b122c7c8703c99100e55b3541f4954d3eed Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Fri, 27 Jul 2018 20:41:24 -0400 Subject: [PATCH] run integration tests with 3.7 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 130a21b9a..f4b726e1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,7 @@ jobs: - bash <(curl -s https://codecov.io/bash) - name: "Integration Tests" + python: "3.7" install: - pip install tox-travis coverage - pushd .. && git clone https://github.com/lbryio/electrumx.git --branch lbryumx && popd