Update '.woodpecker.yml'
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
val 2022-09-14 14:52:42 +00:00
parent eeef252d6a
commit de6630f668

View File

@ -1,9 +1,11 @@
pipeline:
build:
image: debian
test-python:
image: python:${PYTHON_VERSION}
commands:
- echo "This is the build step"
a-test-step:
image: python
commands:
- python -V
- sleep 30
- python -V
matrix:
PYTHON_VERSION:
- 3.7
- 3.10