Skip to content

Commit 70cdb66

Browse files
committed
correct excludes to match updated python matrix values
1 parent d17bbdb commit 70cdb66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
- asyncio
3838
exclude:
3939
- python:
40-
dotted: 2.7
40+
tox: py27
4141
reactor: qt5
4242
- python:
43-
dotted: 2.7
43+
tox: py27
4444
reactor: asyncio
4545
steps:
4646
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)