Check Black on CI

This commit is contained in:
Hugo 2018-05-20 18:25:42 +03:00
parent f3c9b4150d
commit e5a5278d51

View file

@ -41,5 +41,7 @@ commands =
[testenv:py3lint] [testenv:py3lint]
deps = deps =
{[testenv:lint]deps} {[testenv:lint]deps}
black
commands = commands =
{[testenv:lint]commands} {[testenv:lint]commands}
black --check .