Skip to content

Commit 6654142

Browse files
authored
Merge pull request #24 from hugovk/patch-1
Show pypy2 in example
2 parents 1396627 + 47b0b94 commit 6654142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-16.04
3232
strategy:
3333
matrix:
34-
python-version: [ '2.x', '3.x', 'pypy3' ]
34+
python-version: [ '2.x', '3.x', 'pypy2', 'pypy3' ]
3535
name: Python ${{ matrix.python-version }} sample
3636
steps:
3737
- uses: actions/checkout@master

0 commit comments

Comments
 (0)