mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-09-09 05:34:52 +03:00
8 lines
135 B
INI
8 lines
135 B
INI
[tox]
|
|
skipsdist = true
|
|
envlist = py312
|
|
|
|
[testenv]
|
|
passenv = AUTOFIXABLE_STYLES
|
|
commands = pytest --instafail -n auto {posargs:./tests}
|