cookiecutter-django/tox.ini

12 lines
225 B
INI

[tox]
skipsdist = true
envlist = py310,black-template
[testenv]
deps = -rrequirements.txt
commands = pytest {posargs:./tests}
[testenv:black-template]
deps = black
commands = black --check hooks tests setup.py docs scripts