Update '.woodpecker.yml'

This commit is contained in:
val 2022-09-14 14:55:13 +00:00
parent de6630f668
commit 6bdcf02867

View File

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