diff options
Diffstat (limited to '.github/workflows/test-ci.yml')
-rw-r--r-- | .github/workflows/test-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index 93061814..c33002dc 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml | |||
@@ -15,6 +15,9 @@ jobs: | |||
15 | matrix: | 15 | matrix: |
16 | os: [ubuntu-latest, macos-latest, windows-latest] | 16 | os: [ubuntu-latest, macos-latest, windows-latest] |
17 | python-version: [2.7, 3.6, 3.7, 3.8] | 17 | python-version: [2.7, 3.6, 3.7, 3.8] |
18 | exclude: | ||
19 | - os: windows-latest | ||
20 | python-version: 2.7 | ||
18 | runs-on: ${{ matrix.os }} | 21 | runs-on: ${{ matrix.os }} |
19 | 22 | ||
20 | steps: | 23 | steps: |