mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-09 08:00:50 +03:00
ea6ff7907a
The generated project already uses that, let's be consistent and use it everywhere
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}
|