cookiecutter-django/tox.ini

12 lines
198 B
INI
Raw Normal View History

[tox]
skipsdist = true
envlist = py36,black
[testenv]
deps = -rrequirements.txt
2018-03-05 14:25:51 +03:00
commands = pytest {posargs:./tests}
[testenv:black]
deps = black
commands = black --check hooks tests setup.py docs