Skip to content

Commit

Permalink
Support running tests with PyPy 2.7
Browse files Browse the repository at this point in the history
This also applies the fix from cfc80c8 from Python 2.7 to PyPy.
  • Loading branch information
arthurdejong committed Oct 15, 2022
1 parent 7be2291 commit 1636045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ deps = pytest
commands = pytest
setenv=
PYTHONWARNINGS=all
py27: VIRTUALENV_SETUPTOOLS=43.0.0
py27: VIRTUALENV_PIP=19.3.1
py27,pypy: VIRTUALENV_SETUPTOOLS=43.0.0
py27,pypy: VIRTUALENV_PIP=19.3.1

[testenv:flake8]
skip_install = true
Expand Down

0 comments on commit 1636045

Please sign in to comment.