From c6a9dfdb43081588b347b2f6e355bf057b71b4bd Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Wed, 15 May 2013 14:35:29 -0700 Subject: Add hacking extension to flake8 Include hacking in test-requires and disable any failing tests. Once failing tests are fixed they can be enabled to gate on them. Change-Id: Id6a228441ec94d5d0bee1dba05118bb35ecaa001 --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index cf9e11f..c23df7f 100644 --- a/tox.ini +++ b/tox.ini @@ -17,6 +17,7 @@ commands = [flake8] show-source = True +ignore = H201,H202,H302,H304,H306,H401,H402,H403,H404,H702,H703 exclude = .venv,.tox,dist,doc,*.egg,.update-venv [testenv:pep8] -- cgit