Skip to content

Commit

Permalink
Merge pull request #19 from ymyzk/test-on-pypy
Browse files Browse the repository at this point in the history
Test tox-gh-actions on PyPy 2/3
  • Loading branch information
ymyzk authored Mar 7, 2020
2 parents 1ab64c2 + 60a38af commit 1eef973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- ubuntu-latest # ubuntu-18.04
- macos-latest # macOS-10.14
- windows-latest # windows-2019
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
python-version: [2.7, 3.5, 3.6, 3.7, 3.8, pypy2, pypy3]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 1eef973

Please sign in to comment.