mirror of
https://github.com/onyx-and-iris/slobs-cli.git
synced 2025-06-27 15:20:24 +01:00
9 lines
132 B
INI
9 lines
132 B
INI
[tox]
|
|
env_list = py{310,311,312}
|
|
|
|
[testenv]
|
|
passenv = *
|
|
setenv = VIRTUALENV_DISCOVERY=pyenv
|
|
groups = dev
|
|
commands =
|
|
pytest tests |