From 05974470edc76191061273ab376e692e9e69fecd Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Sat, 24 Apr 2021 22:27:03 +0200 Subject: [PATCH] Made ci tests parallel --- .woodpecker.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: