Skip to content

Commit

Permalink
Add pypy to GHA test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pganssle committed May 28, 2020
1 parent efc8f57 commit 838e0be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8']
python-version: ['3.6', '3.7', '3.8', 'pypy3']
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
tzdata_extras: ["", "tzdata"]
env:
Expand All @@ -26,7 +26,7 @@ jobs:
python -m pip install --upgrade pip tox
- name: Run tests
run: |
tox
python -m tox
- name: Report coverage
run: |
tox -e coverage-report,codecov
Expand Down

0 comments on commit 838e0be

Please sign in to comment.