Skip to content

Commit 4f74355

Browse files
authored
Merge pull request #154 from dpath-maintainers/bugfix/pypy-tests
Fix PyPy tests
2 parents 29e1fc3 + 5ea2ae2 commit 4f74355

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ envlist = py36, pypy37, py38, py39, flake8
1212
[gh-actions]
1313
python =
1414
3.6: py36
15-
# TODO(moomoohk): Get pypy to work properly. https://github.com/ymyzk/run-tox-gh-actions/issues/3
16-
pypi-3.7: pypy37
15+
pypy-3.7: pypy37
1716
3.8: py38
1817
3.9: py39, flake8
1918

0 commit comments

Comments
 (0)