|
|
|
@ -28,6 +28,8 @@ after_success: |
|
|
|
jobs: |
|
|
|
jobs: |
|
|
|
include: |
|
|
|
include: |
|
|
|
- name: "Regtest functional tests" |
|
|
|
- name: "Regtest functional tests" |
|
|
|
|
|
|
|
language: python |
|
|
|
|
|
|
|
python: 3.7 |
|
|
|
before_install: |
|
|
|
before_install: |
|
|
|
- sudo add-apt-repository -y ppa:bitcoin/bitcoin |
|
|
|
- sudo add-apt-repository -y ppa:bitcoin/bitcoin |
|
|
|
- sudo apt-get -qq update |
|
|
|
- sudo apt-get -qq update |
|
|
|
|