]> kaliko git repositories - python-musicpd.git/commitdiff
Add CI tests with python 3.10
authorKaliko Jack <kaliko@azylum.org>
Wed, 9 Feb 2022 12:15:29 +0000 (13:15 +0100)
committerKaliko Jack <kaliko@azylum.org>
Wed, 9 Feb 2022 12:15:29 +0000 (13:15 +0100)
.gitlab-ci.yml

index 51c1a9d5b49c40bb6162685daf66aea9b5fbf7ce..de4dc95418b998ee1b2f4c41938890a67ea3fb45 100644 (file)
@@ -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"