Skip to content

Commit

Permalink
Fixed test matrix config for PyPy2
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Aug 13, 2020
1 parent 6c914fe commit b6786fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeqa-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [2.7, 3.5, 3.6, 3.8, pypy, pypy3]
python-version: [2.7, 3.5, 3.6, 3.8, pypy2, pypy3]
exclude:
- os: ubuntu-latest
python-version: 3.6
- os: macos-latest
python-version: 3.6
- os: macos-latest
python-version: pypy
python-version: pypy2
- 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
python-version: pypy2
- os: windows-latest
python-version: pypy3
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b6786fa

Please sign in to comment.