11 lines
195 B
INI
11 lines
195 B
INI
[tox]
|
|
envlist = py311, py312
|
|
|
|
[testenv]
|
|
recreate = false
|
|
setenv =
|
|
PYTHONPATH = .
|
|
commands = python --version
|
|
python -m coverage run tests
|
|
coverage report --skip-covered
|