From 116c784d5c1a27cdb8032aca3e5abe2fe3c14819 Mon Sep 17 00:00:00 2001 From: Greg Back Date: Wed, 22 Mar 2017 08:13:14 -0500 Subject: [PATCH] Add flake8 checks to tox config --- tox.ini | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 70e820e..62c57d0 100644 --- a/tox.ini +++ b/tox.ini @@ -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=