Skip to content

Commit

Permalink
Test both PyPy3.6 and PyPy3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 21, 2021
1 parent a948e89 commit f4a88d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
]
include:
# Add new helper variables to existing jobs
- {python-version: "pypy3", tox-python-version: "pypy3"}
- {python-version: "pypy-3.6", tox-python-version: "pypy3"}
- {python-version: "pypy-3.7", tox-python-version: "pypy3"}
- {python-version: "3.6", tox-python-version: "py36"}
- {python-version: "3.7", tox-python-version: "py37"}
- {python-version: "3.8", tox-python-version: "py38"}
Expand Down

0 comments on commit f4a88d6

Please sign in to comment.