Add flake8 checks to tox config
parent
11b982ea40
commit
116c784d5c
8
tox.ini
8
tox.ini
|
@ -6,8 +6,12 @@ deps = pytest
|
||||||
commands = pytest
|
commands = pytest
|
||||||
|
|
||||||
[testenv:pycodestyle]
|
[testenv:pycodestyle]
|
||||||
deps = pycodestyle
|
deps =
|
||||||
commands = pycodestyle ./stix2
|
flake8
|
||||||
|
pycodestyle
|
||||||
|
commands =
|
||||||
|
pycodestyle ./stix2
|
||||||
|
flake8 --max-line-length=160
|
||||||
|
|
||||||
[pycodestyle]
|
[pycodestyle]
|
||||||
ignore=
|
ignore=
|
||||||
|
|
Loading…
Reference in New Issue