Merge pull request #24 from hugovk/patch-1

Show pypy2 in example
This commit is contained in:
Konrad Pabjan 2019-11-05 15:07:53 -05:00 committed by GitHub
commit 6654142a95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-16.04 runs-on: ubuntu-16.04
strategy: strategy:
matrix: matrix:
python-version: [ '2.x', '3.x', 'pypy3' ] python-version: [ '2.x', '3.x', 'pypy2', 'pypy3' ]
name: Python ${{ matrix.python-version }} sample name: Python ${{ matrix.python-version }} sample
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master