Compare commits

...

2 Commits

Author SHA1 Message Date
Ferdinand Thiessen aa450738a0 a
continuous-integration/woodpecker the build failed Details
2021-12-22 00:17:33 +01:00
Ferdinand Thiessen 695122a031 d 2021-12-22 00:15:53 +01:00
1 changed files with 3 additions and 1 deletions

View File

@ -2,12 +2,14 @@ pipeline:
install:
image: python:${PYTHON}-slim
commands:
- apt update
- apt install libmariadb-dev gcc -y
- python -m pip install --upgrade pip
- pip install -v ".[tests]"
test:
image: python:${PYTHON}-slim
commands:
- pytest
- python -m pytest
matrix: