Update tox.ini with new pypy versions
This commit is contained in:
parent
672cd48e7b
commit
fad248b4c5
6
tox.ini
6
tox.ini
|
@ -1,6 +1,6 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist=
|
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]
|
[testenv]
|
||||||
deps=
|
deps=
|
||||||
|
@ -55,7 +55,7 @@ extras=
|
||||||
flask
|
flask
|
||||||
commands = pytest -c tests/.configs/pytest-py35.ini
|
commands = pytest -c tests/.configs/pytest-py35.ini
|
||||||
|
|
||||||
[testenv:pypy2]
|
[testenv:pypy2.7]
|
||||||
deps=
|
deps=
|
||||||
pytest
|
pytest
|
||||||
extras=
|
extras=
|
||||||
|
@ -63,7 +63,7 @@ extras=
|
||||||
flask
|
flask
|
||||||
commands = pytest -c tests/.configs/pytest-py27.ini
|
commands = pytest -c tests/.configs/pytest-py27.ini
|
||||||
|
|
||||||
[testenv:pypy3]
|
[testenv:pypy3.9]
|
||||||
deps=
|
deps=
|
||||||
pytest
|
pytest
|
||||||
pytest-asyncio
|
pytest-asyncio
|
||||||
|
|
Loading…
Reference in New Issue