Skip to content

Commit

Permalink
Added PyPy2 to the test matrix
Browse files Browse the repository at this point in the history
Let's test against PyPy2 at least until v1.0.
  • Loading branch information
agronholm committed Aug 13, 2020
1 parent a668885 commit 69fc34c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/codeqa-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,22 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [2.7, 3.5, 3.6, 3.8, pypy3]
python-version: [2.7, 3.5, 3.6, 3.8, pypy, pypy3]
exclude:
- os: ubuntu-latest
python-version: 3.6
- os: macos-latest
python-version: 3.6
- os: macos-latest
python-version: pypy
- os: macos-latest
python-version: pypy3
- os: windows-latest
python-version: 2.7
- os: windows-latest
python-version: 3.5
- os: windows-latest
python-version: pypy
- os: windows-latest
python-version: pypy3
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 69fc34c

Please sign in to comment.