cookiecutter-django/tox.ini
2020-03-29 19:55:27 +02:00

12 lines
216 B
INI

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