Fix coverage config in tox.ini

This commit is contained in:
Roman Mogylatov 2022-10-30 21:33:10 -04:00
parent 2f64d2da60
commit 04df609631

View File

@ -24,7 +24,7 @@ python_files = test_*_py3*.py
[testenv:coveralls]
passenv = GITHUB_* COVERALLS_*
basepython=python3.10
basepython=python3.11
usedevelop=True
deps=
{[testenv]deps}