mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
13 lines
253 B
INI
13 lines
253 B
INI
[tox]
|
|
skipsdist = true
|
|
envlist = py312,black-template
|
|
|
|
[testenv]
|
|
deps = -rrequirements.txt
|
|
passenv = AUTOFIXABLE_STYLES
|
|
commands = pytest -n auto {posargs:./tests}
|
|
|
|
[testenv:black-template]
|
|
deps = black
|
|
commands = black --check hooks tests docs scripts
|