mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-03-17 05:10:23 +00:00
11 lines
224 B
INI
11 lines
224 B
INI
[tox]
|
|
skipsdist = true
|
|
envlist = py39,black-template
|
|
|
|
[testenv]
|
|
deps = -rrequirements.txt
|
|
commands = pytest {posargs:./tests}
|
|
|
|
[testenv:black-template]
|
|
deps = black
|
|
commands = black --check hooks tests setup.py docs scripts
|