mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-26 16:51:42 +02:00
Merge pull request #25 from sgeisler/2020-04-ci-lnpay
Use LNPay backend for CI
This commit is contained in:
commit
8f76da66e8
10
.travis.yml
10
.travis.yml
@ -5,6 +5,16 @@ python:
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
|
||||
env:
|
||||
global:
|
||||
- LNBITS_BACKEND_WALLET_CLASS=LNPayWallet
|
||||
- LNBITS_FORCE_HTTPS=0
|
||||
- LNPAY_API_ENDPOINT=https://lnpay.co/v1/
|
||||
- LNPAY_API_KEY=sak_gG5pSFZhFgOLHm26a8hcWvXKt98yd
|
||||
- LNPAY_ADMIN_KEY=waka_HqWfOoNE0TPqmQHSYErbF4n9
|
||||
- LNPAY_INVOICE_KEY=waki_ZqFEbhrTyopuPlOZButZUw
|
||||
- LNPAY_READ_KEY=wakr_6IyTaNrvSeu3jbojSWt4ou6h
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install pytest pytest-cov codecov
|
||||
|
Loading…
x
Reference in New Issue
Block a user