Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 346e88b

Browse files
authored
Show pypy2 (not pypy) in example
1 parent 6f6fcee commit 346e88b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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: [ '2.x', '3.x', 'pypy3' ]
34+
python: [ '2.x', '3.x', , 'pypy2', 'pypy3' ]
3535
name: Python ${{ matrix.python }} sample
3636
steps:
3737
- uses: actions/checkout@master

0 commit comments

Comments
 (0)