test-ci/.woodpecker.yml

16 lines
260 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:55:13 +00:00
- 3.10
services:
docker:
image: docker:dind
2022-09-14 14:56:07 +00:00
command: [ "--storage-driver=vfs", "--tls=false" ]