1
0

travis: fix regtest

This commit is contained in:
SomberNight
2020-02-24 14:46:41 +01:00
parent 8ff1921c0d
commit a78583e5d4

View File

@@ -8,8 +8,8 @@ git:
depth: false depth: false
before_install: before_install:
- git tag - git tag
- sudo apt-get -y install libsecp256k1-0
install: install:
- sudo apt-get -y install libsecp256k1-0
- pip install -r contrib/requirements/requirements-travis.txt - pip install -r contrib/requirements/requirements-travis.txt
cache: cache:
- pip: true - pip: true
@@ -25,11 +25,11 @@ jobs:
- name: "Regtest functional tests" - name: "Regtest functional tests"
language: python language: python
python: 3.7 python: 3.7
before_install: 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
- sudo apt-get install -yq bitcoind - sudo apt-get install -yq bitcoind
install: - sudo apt-get -y install libsecp256k1-0
- pip install -r contrib/requirements/requirements.txt - pip install -r contrib/requirements/requirements.txt
- pip install electrumx - pip install electrumx
before_script: before_script: