Skip to content

Commit a4ebd3d

Browse files
committed
skip properly for py2
1 parent 1d8bf93 commit a4ebd3d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,11 @@ jobs:
7575
- python:
7676
tox: py27
7777
reactor:
78-
tox: qt5
78+
tox: pyqt5
79+
- python:
80+
tox: py27
81+
reactor:
82+
tox: pyside2
7983
- python:
8084
tox: py27
8185
reactor:

0 commit comments

Comments
 (0)