Files
RN-Praxis3/praxis3/build/_CPack_Packages/Linux-Source/TGZ/RN-Praxis-0.1.1-Source/tox.ini
T

11 lines
132 B
INI

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