mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
travis: use more recent Ubuntu, get libsecp from Ubuntu apt (rm ppa)
This commit is contained in:
parent
84797f90d0
commit
8d02c2027c
1 changed files with 2 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
dist: xenial
|
||||
dist: bionic
|
||||
language: python
|
||||
python:
|
||||
- 3.6
|
||||
|
@ -6,14 +6,9 @@ python:
|
|||
- 3.8
|
||||
git:
|
||||
depth: false
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- sourceline: 'ppa:tah83/secp256k1'
|
||||
packages:
|
||||
- libsecp256k1-0
|
||||
before_install:
|
||||
- git tag
|
||||
- sudo apt-get -y install libsecp256k1-0
|
||||
install:
|
||||
- pip install -r contrib/requirements/requirements-travis.txt
|
||||
cache:
|
||||
|
|
Loading…
Add table
Reference in a new issue