Skip to content

Commit

Permalink
Merge pull request #24 from hugovk/patch-1
Browse files Browse the repository at this point in the history
Show pypy2 in example
  • Loading branch information
konradpabjan authored Nov 5, 2019
2 parents 1396627 + 47b0b94 commit 6654142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-16.04
strategy:
matrix:
python-version: [ '2.x', '3.x', 'pypy3' ]
python-version: [ '2.x', '3.x', 'pypy2', 'pypy3' ]
name: Python ${{ matrix.python-version }} sample
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 6654142

Please sign in to comment.