TCAN4550-py/tox.ini
2022-06-15 10:17:19 -04:00

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