gvacommon/tox.ini
Jan Dittberner e90b16b3dd Setup tox for testing
- remove old setup.py/setup.cfg
- add tox.ini for tests
2023-07-08 17:13:39 +02:00

14 lines
207 B
INI

[tox]
env_list =
py310
minversion = 4.6.4
[testenv]
description = run the tests with pytest
package = wheel
wheel_build_env = .pkg
deps =
pytest>=6
commands =
pytest {tty:--color=yes} {posargs}