Added PyPy to python github action

Signed-off-by: Ettore Dreucci <ettore.dreucci@gmail.com>
This commit is contained in:
2020-12-11 15:19:46 +01:00
parent d5f7fdc5c6
commit 5822e5faaf

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: ['3.5', '3.6', '3.7', '3.8'] python-version: ['3.5', '3.6', '3.7', '3.8', 'pypy3']
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2