From fad248b4c51c479c114c0f9dba34a47e8049fbab Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Sun, 18 Dec 2022 15:45:16 -0500 Subject: [PATCH] Update tox.ini with new pypy versions --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 17bdaff3..f436345c 100644 --- a/tox.ini +++ b/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= @@ -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