Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
pipeline:
install:
image: python:alpine
commands:
- apk add mariadb-dev
- pip install -v ".[tests]"
test:
- pytest