run integration tests with 3.7

This commit is contained in:
Lex Berezhny 2018-07-27 20:41:24 -04:00 committed by Jack Robison
parent 59c49d2d31
commit 277b8b122c
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -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