X-Git-Url: http://git.kaliko.me/?p=python-musicpd.git;a=blobdiff_plain;f=.gitlab-ci.yml;h=de4dc95418b998ee1b2f4c41938890a67ea3fb45;hp=51c1a9d5b49c40bb6162685daf66aea9b5fbf7ce;hb=6678aeaaa0b57c4e9d640177b3de560c72d664c9;hpb=0f3d1d647d9ce7fc92c8f471be8cc6eba99146a4 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 51c1a9d..de4dc95 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,10 +15,14 @@ stages: only: - pushes +test-py3.10: + extends: ".test" + image: "python:3.10" + coverage: '/musicpd.py\s+\d+\s+\d+\s+(\d+)%/' + test-py3.9: extends: ".test" image: "python:3.9" - coverage: '/musicpd.py\s+\d+\s+\d+\s+(\d+)%/' test-py3.8: extends: ".test"