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