cookiecutter-django/tox.ini

12 lines
224 B
INI
Raw Normal View History

[tox]
skipsdist = true
2021-01-26 18:13:27 +03:00
envlist = py39,black-template
[testenv]
deps = -rrequirements.txt
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