13 lines
No EOL
162 B
INI
13 lines
No EOL
162 B
INI
[tox]
|
|
envlist =
|
|
py38
|
|
py39
|
|
py310
|
|
|
|
[testenv]
|
|
deps =
|
|
pytest
|
|
pytest-cov
|
|
pytest-randomly
|
|
commands =
|
|
pytest --cov=<package_name> --randomly-seed=1 |