]> git.phdru.name Git - mimedecode.git/commitdiff
CI(GHActions): Add PyPy
authorOleg Broytman <phd@phdru.name>
Sun, 29 Aug 2021 14:53:44 +0000 (17:53 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 29 Aug 2021 15:12:54 +0000 (18:12 +0300)
.github/workflows/run-tests.yaml
tox.ini

index de8fd928468930be340bb823dcb3abd9acca3c5b..efd8361f61bcbce6653aba56339a5cb55e15075f 100644 (file)
@@ -7,7 +7,7 @@ jobs:
 
     strategy:
       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
diff --git a/tox.ini b/tox.ini
index ced00e3d6f814bfa18e492e0bb92339f4b1bd319..d428fdafcdf057f9da4e3b853581386a751fcde4 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -33,3 +33,4 @@ python =
     3.7: py37
     3.8: py38
     3.9: py39
+    pypy-2.7: pypy