cookiecutter-django/tox.ini

13 lines
254 B
INI
Raw Normal View History

[tox]
skipsdist = true
envlist = py311,black-template
[testenv]
deps = -rrequirements.txt
passenv = AUTOFIXABLE_STYLES
2020-02-29 20:15:35 +03:00
commands = pytest {posargs:./tests}
[testenv:black-template]
deps = black
2020-08-10 20:35:18 +03:00
commands = black --check hooks tests setup.py docs scripts