From de6630f66822e3e3f593f7b5c9e04db28cfd26ad Mon Sep 17 00:00:00 2001 From: val Date: Wed, 14 Sep 2022 14:52:42 +0000 Subject: [PATCH] Update '.woodpecker.yml' --- .woodpecker.yml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 242e5c4..174762a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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 \ No newline at end of file + - sleep 30 + - python -V + +matrix: + PYTHON_VERSION: + - 3.7 + - 3.10 \ No newline at end of file