Update tox.ini with new pypy versions

This commit is contained in:
Roman Mogylatov 2022-12-18 15:45:16 -05:00
parent 672cd48e7b
commit fad248b4c5

View File

@ -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=
@ -55,7 +55,7 @@ extras=
flask
commands = pytest -c tests/.configs/pytest-py35.ini
[testenv:pypy2]
[testenv:pypy2.7]
deps=
pytest
extras=
@ -63,7 +63,7 @@ extras=
flask
commands = pytest -c tests/.configs/pytest-py27.ini
[testenv:pypy3]
[testenv:pypy3.9]
deps=
pytest
pytest-asyncio