flaschengeist/.woodpecker/test.yml

12 lines
235 B
YAML

pipeline:
install:
image: python:alpine
commands:
- apk add mariadb-dev
- python -m pip install --upgrade pip
- pip debug install -vv ".[tests]"
test:
image: python:alpine
commands:
- pytest