add ci
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
parent
1bc17e8f25
commit
673cb7f1ef
|
|
@ -0,0 +1,15 @@
|
|||
pipeline:
|
||||
test:
|
||||
image: python:${PYTHON_VERSION}
|
||||
pull: true
|
||||
environment:
|
||||
- POETRY_VIRTUALENVS_IN_PROJECT=true
|
||||
commands:
|
||||
- pip install poetry
|
||||
- poetry install
|
||||
- poetry run pytest
|
||||
|
||||
matrix:
|
||||
PYTHON_VERSION:
|
||||
- 3.10
|
||||
- 3.11
|
||||
Loading…
Reference in New Issue