We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef5a58 commit ffa11fcCopy full SHA for ffa11fc
.github/workflows/ci.yml
@@ -101,11 +101,19 @@ jobs:
101
- python:
102
tox: pypy2
103
reactor:
104
- tox: qt5
+ tox: pyqt5
105
+ - python:
106
+ tox: pypy2
107
+ reactor:
108
+ tox: pyside2
109
110
tox: pypy3
111
112
113
114
+ tox: pypy3
115
116
117
steps:
118
- uses: actions/checkout@v2
119
- name: Enable Problem Matchers
0 commit comments