test-ci/.woodpecker.yml

17 lines
282 B
YAML

pipeline:
test-python:
image: python:${PYTHON_VERSION}
commands:
- sleep 20
- python -V
matrix:
PYTHON_VERSION:
- 3.7
- 3.10
services:
docker:
image: docker:dind
command: [ "--storage-driver=vfs", "--tls=false" ]
privileged: true