mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-13 10:00:51 +03:00
8 lines
138 B
INI
8 lines
138 B
INI
[tox]
|
|
skipsdist = true
|
|
envlist = py312,black-template
|
|
|
|
[testenv]
|
|
passenv = AUTOFIXABLE_STYLES
|
|
commands = pytest -n auto {posargs:./tests}
|