Skip to content

Commit

Permalink
ignore coverage for pypy-2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Aug 21, 2022
1 parent 801eb35 commit 0afcc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,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 0afcc62

Please sign in to comment.