Fix tox.ini

This commit is contained in:
Roman Mogylatov 2022-12-18 15:00:17 -05:00
parent c1a9c6b9be
commit 2c6015057e

View File

@ -23,7 +23,7 @@ commands = pytest -c tests/.configs/pytest.ini
python_files = test_*_py3*.py
[testenv:coveralls]
passenv = GITHUB_* COVERALLS_*
passenv = GITHUB_*, COVERALLS_*
basepython=python3.11
usedevelop=True
deps=