Some checks failed
Run tests / Run make test (push) Failing after 2m2s
11 lines
188 B
INI
11 lines
188 B
INI
[tox]
|
|
envlist = py312
|
|
|
|
[testenv]
|
|
recreate = false
|
|
setenv =
|
|
PYTHONPATH = .
|
|
commands = python --version
|
|
python -m coverage run tests
|
|
coverage report --skip-covered
|