cookiecutter-django/tox.ini
2020-02-29 17:31:16 +00:00

12 lines
216 B
INI

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