cookiecutter-django/tox.ini
2021-01-26 16:13:27 +01:00

12 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