mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-04-02 12:40:25 +00:00
11 lines
225 B
INI
11 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
|