Browse Source

skip some more check on python 3.5

Steven Silvester 4 years ago
parent
commit
42186ab96f
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .github/workflows/linuxtests.yml

+ 6 - 0
.github/workflows/linuxtests.yml

@@ -18,6 +18,12 @@ jobs:
             python: 3.5
           - group: usage
             python: 3.5
+          - group: linkcheck
+            python: 3.5
+          - group: nonode
+            python: 3.5
+          - group: lint
+            python: 3.5
           - group: examples
             python: 3.5
       fail-fast: false