Skip to content

Commit

Permalink
Update tox.ini with new pypy versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Dec 18, 2022
1 parent 672cd48 commit fad248b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist=
coveralls, pylint, flake8, pydocstyle, 2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, pypy2, pypy3
coveralls, pylint, flake8, pydocstyle, 2.7, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, pypy2.7, pypy3.9

[testenv]
deps=
Expand Down Expand Up @@ -55,15 +55,15 @@ extras=
flask
commands = pytest -c tests/.configs/pytest-py35.ini

[testenv:pypy2]
[testenv:pypy2.7]
deps=
pytest
extras=
yaml
flask
commands = pytest -c tests/.configs/pytest-py27.ini

[testenv:pypy3]
[testenv:pypy3.9]
deps=
pytest
pytest-asyncio
Expand Down

0 comments on commit fad248b

Please sign in to comment.