mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-03-16 21:00:23 +00:00
12 lines
262 B
INI
12 lines
262 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 setup.py docs scripts
|