]> kaliko git repositories - python-musicpd.git/blobdiff - .gitlab-ci.yml
Add CI tests with python 3.10
[python-musicpd.git] / .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"