cookiecutter-django/tox.ini
2025-09-22 11:03:50 +01:00

8 lines
135 B
INI

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