diff --git a/.woodpecker.yml b/.woodpecker.yml index 1067855..4016d4a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,7 @@ pipeline: # TODO add config for all other versions test-3.9: + group: test image: python:3.9-alpine pull: true commands: @@ -8,6 +9,7 @@ pipeline: - tox -e py39 test-3.8: + group: test image: python:3.8-alpine pull: true commands: @@ -15,6 +17,7 @@ pipeline: - tox -e py38 test-3.7: + group: test image: python:3.7-alpine pull: true commands: @@ -22,6 +25,7 @@ pipeline: - tox -e py37 test-3.6: + group: test image: python:3.6-alpine pull: true commands: