add flake8 dep
This commit is contained in:
parent
1eb7450491
commit
f1055a5f7a
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
@ -12,3 +12,4 @@ deps =
|
||||||
|
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
commands = flake8 --max-complexity=12 blogtopoid
|
commands = flake8 --max-complexity=12 blogtopoid
|
||||||
|
deps = flake8
|
||||||
|
|
Reference in a new issue