Pipenv/fix install loguru (#732)

* update pipfile

* pipenv workflow

* pipfile jinja

* Pipfile installs dev files

* python3.8 tests only

* version tag yaml

* all tests

* pipenv with pip

* only 3.7

* activate env

* test-pipenv

* pipenv importlib_metadata

* importlib-metadata

* 3.8

* 3.7 only oops

* merge install guides

* install guide in README
This commit is contained in:
calle 2022-07-13 01:15:48 +02:00 committed by GitHub
parent 357860d849
commit 1f13bdeb2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 713 additions and 634 deletions

View file

@ -37,5 +37,13 @@ test:
PYTHONUNBUFFERED=1 \
./venv/bin/pytest --durations=1 -s --cov=lnbits --cov-report=xml
test-pipenv:
rm -rf ./tests/data
mkdir -p ./tests/data
FAKE_WALLET_SECRET="ToTheMoon1" \
LNBITS_DATA_FOLDER="./tests/data" \
PYTHONUNBUFFERED=1 \
pipenv run pytest --durations=1 -s --cov=lnbits --cov-report=xml
bak:
# LNBITS_DATABASE_URL=postgres://postgres:postgres@0.0.0.0:5432/postgres