Add flake8 checks to tox config

stix2.1
Greg Back 2017-03-22 08:13:14 -05:00
parent 11b982ea40
commit 116c784d5c
1 changed files with 6 additions and 2 deletions

View File

@ -6,8 +6,12 @@ deps = pytest
commands = pytest
[testenv:pycodestyle]
deps = pycodestyle
commands = pycodestyle ./stix2
deps =
flake8
pycodestyle
commands =
pycodestyle ./stix2
flake8 --max-line-length=160
[pycodestyle]
ignore=