Skip to content

Commit

Permalink
Merge pull request #386 from collective/niccokunzmann-pypy-4.x
Browse files Browse the repository at this point in the history
add pypy for testing on branch 4.x
  • Loading branch information
geier committed Sep 3, 2022
2 parents 7e81e27 + 0afcc62 commit 520993e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
# see for version: https://github.com/raw/actions/python-versions/main/versions-manifest.json
# see for runners: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
- ["2.7", "py27", "ubuntu-latest"]
- ["pypy-2.7", "pypy", "ubuntu-latest"]
- ["3.4.10", "py34", "ubuntu-18.04"]
- ["3.5.10", "py35", "ubuntu-latest"]
- ["3.6", "py36", "ubuntu-latest"]
Expand Down Expand Up @@ -49,7 +50,7 @@ jobs:
- name: Test
run: tox -e ${{ matrix.config[1] }}
- name: Coverage
if: matrix.config[0] != '2.7' && matrix.config[0] != '3.4.10'
if: matrix.config[0] != '2.7' && matrix.config[0] != 'pypy-2.7' && matrix.config[0] != '3.4.10'
run: |
pip install coveralls coverage-python-version
coveralls --service=github
Expand Down

0 comments on commit 520993e

Please sign in to comment.