test-ci/.woodpecker.yml

11 lines
157 B
YAML
Raw Normal View History

2022-09-14 07:27:17 +00:00
pipeline:
2022-09-14 14:52:42 +00:00
test-python:
image: python:${PYTHON_VERSION}
2022-09-14 07:27:17 +00:00
commands:
2022-09-14 14:55:13 +00:00
- sleep 20
2022-09-14 14:52:42 +00:00
- python -V
matrix:
PYTHON_VERSION:
- 3.7
2022-09-14 14:56:34 +00:00
- 3.10