Files
RN-Praxis3/praxis3/tox.ini
T
2025-01-26 21:55:49 +01:00

11 lines
132 B
INI

[tox]
env_list = py{38,39,310,311}
skipsdist = true
[testenv]
description = run unit tests
deps =
pytest
commands =
pytest