]> git.phdru.name Git - mimedecode.git/blobdiff - .github/workflows/run-tests.yaml
CI(GHActions): Come back to `tox`
[mimedecode.git] / .github / workflows / run-tests.yaml
index de8fd928468930be340bb823dcb3abd9acca3c5b..a4151cdfd7babd89e6e956d56db57c1a62bfcec7 100644 (file)
@@ -6,8 +6,9 @@ jobs:
   run-tests:
 
     strategy:
+      fail-fast: false
       matrix:
-        python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9]
+        python-version: [2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 'pypy-2.7']
 
     name: Python ${{ matrix.python-version }}
     runs-on: ubuntu-latest
@@ -28,7 +29,6 @@ jobs:
           python --version
           python -m pip install --upgrade "pip<21.0" "setuptools<45" wheel
           pip --version
-          python -m pip --version
-          python -m pip install --upgrade virtualenv tox tox-gh-actions
+          pip install --upgrade virtualenv tox tox-gh-actions
       - name: Run tox targets for ${{ matrix.python-version }}
-        run: python -m tox
+        run: tox