summaryrefslogtreecommitdiffstats
path: root/.github/workflows/test-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test-ci.yml')
-rw-r--r--.github/workflows/test-ci.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml
index c33002dc..ddc5a5f3 100644
--- a/.github/workflows/test-ci.yml
+++ b/.github/workflows/test-ci.yml
@@ -14,10 +14,7 @@ jobs:
14 fail-fast: false 14 fail-fast: false
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: [3.6, 3.7, 3.8]
18 exclude:
19 - os: windows-latest
20 python-version: 2.7
21 runs-on: ${{ matrix.os }} 18 runs-on: ${{ matrix.os }}
22 19
23 steps: 20 steps: