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