Update tox coverage command

This commit is contained in:
Roman Mogylatov 2024-11-03 21:05:48 -05:00
parent 9b0684fbe8
commit 99bed0c585

View File

@ -26,7 +26,7 @@ python_files = test_*_py3*.py
[testenv:coveralls] [testenv:coveralls]
passenv = GITHUB_*, COVERALLS_*, DEPENDENCY_INJECTOR_* passenv = GITHUB_*, COVERALLS_*, DEPENDENCY_INJECTOR_*
basepython=python3.12 basepython=python3.13
deps= deps=
{[testenv]deps} {[testenv]deps}
cython>=3,<4 cython>=3,<4