Update woodpecker
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Marty Oehme 2022-01-18 18:32:06 +01:00
parent 8ac781a336
commit 07b699fcff
Signed by: Marty
GPG key ID: B7538B8F50A1C800

View file

@ -1,22 +1,21 @@
pipeline:
before_script:
image: python:3.9
unit_tests:
image: mquade/poetry:3.9-1.1.11
commands:
- pip install poetry
- poetry config virtualenvs.create false
- poetry install
unit_tests:
image: python:3.9
commands:
- pytest
code_lint:
image: python:3.9
image: mquade/poetry:3.9-1.1.11
commands:
- poetry config virtualenvs.create false
- poetry install
- black .
static_analysis:
image: python:3.9
image: mquade/poetry:3.9-1.1.11
commands:
- poetry config virtualenvs.create false
- poetry install
- mypy .