2 次代码提交 45ec5713d8 ... 0af99e6af7

作者 SHA1 备注 提交日期
  Dimitri Korsch 0af99e6af7 Merge branch '155-disable-python-3-6-and-python-3-10' into 'master' 3 年之前
  Eric Tröbs d83d4c05ed Update .gitlab-ci.yml 3 年之前
共有 1 个文件被更改,包括 6 次插入14 次删除
  1. 6 14
      .gitlab-ci.yml

+ 6 - 14
.gitlab-ci.yml

@@ -41,13 +41,6 @@ webui:
     - make run_coverage
     - make run_pylint
 
-tests_3.6:
-  stage: test
-  image: python:3.6
-  only:
-    - master
-  <<: *python_test_definition
-
 tests_3.7:
   stage: test
   image: python:3.7
@@ -67,13 +60,12 @@ tests_3.9:
   image: python:3.9
   <<: *python_test_definition
 
-tests_3.10:
-  stage: test
-  image: python:3.10-rc
-  allow_failure: true
-  only:
-    - master
-  <<: *python_test_definition
+# tests_3.10:
+#   stage: test
+#   image: python:3.10
+#   only:
+#     - master
+#   <<: *python_test_definition
 
 
 bundle: