cookiecutter-django/tox.ini
2025-09-03 08:41:49 +02:00

8 lines
135 B
INI

[tox]
skipsdist = true
envlist = py312
[testenv]
passenv = AUTOFIXABLE_STYLES
commands = pytest --instafail -n auto {posargs:./tests}