Skip to content

Commit

Permalink
Configuring for pure-python
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jan 21, 2021
1 parent 70bc4a2 commit 0c9eda0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- ["3.7", "py37"]
- ["3.8", "py38"]
- ["3.9", "py39"]
- ["pypy2", "pypy"]
- ["pypy3", "pypy3"]
- ["3.8", "coverage"]

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ commit-id = "ec18e00a8bc6383a44fdb7b00cb2f8b789a703ad"

[python]
with-appveyor = false
with-pypy = false
with-pypy = true
with-legacy-python = true
with-docs = false
with-sphinx-doctests = false
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ envlist =
py37
py38
py39
pypy
pypy3
coverage

[testenv]
Expand Down

0 comments on commit 0c9eda0

Please sign in to comment.