cookiecutter-django/tox.ini

12 lines
224 B
INI
Raw Normal View History

[tox]
skipsdist = true
2021-01-26 15:13:27 +00:00
envlist = py39,black-template
[testenv]
deps = -rrequirements.txt
2020-02-29 17:15:35 +00:00
commands = pytest {posargs:./tests}
[testenv:black-template]
deps = black
2020-08-10 17:35:18 +00:00
commands = black --check hooks tests setup.py docs scripts