about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/pylint.yml2
-rw-r--r--.github/workflows/pypy.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml
index c922293b..a614cad4 100644
--- a/.github/workflows/pylint.yml
+++ b/.github/workflows/pylint.yml
@@ -16,7 +16,7 @@ jobs:
     strategy:
       max-parallel: 4
       matrix:
-        python-version: [pypy3, 3.6, 3.7, 3.8, 3.9]
+        python-version: [3.6, 3.7, 3.8, 3.9]
     steps:
     - uses: actions/checkout@v2
     - name: Set up Python ${{ matrix.python-version }}
diff --git a/.github/workflows/pypy.yml b/.github/workflows/pypy.yml
index 788f4cb0..0fa60042 100644
--- a/.github/workflows/pypy.yml
+++ b/.github/workflows/pypy.yml
@@ -31,4 +31,4 @@ jobs:
         pip install -r requirements.txt
     - name: Pypy flake8 and test
       run: |
-        make test_flake8 test_pytest test_doctest test_other
+        make test_pylint test_flake8 test_pytest test_doctest test_other
n131' href='#n131'>131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234