From 84bf162321219dacd1e5aa7a7cd3016c1e44beba Mon Sep 17 00:00:00 2001 From: HawkOwl Date: Wed, 9 Sep 2015 19:46:38 +0800 Subject: [PATCH] more tox fixes --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index bfd08b7a..bf9e8f13 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,6 @@ envlist = [flake8] -ignore = E501,N801,N802,N803,N805,N806 max-line-length = 119 @@ -51,5 +50,6 @@ commands = sh -c "which python" python -V flake8 --version - flake8 autobahn + ; These ignores will be removed when they are fixed and we are flake8-clean + flake8 --ignore=E501,N801,N802,N803,N805,N806 autobahn basepython = python2.7