summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorJoe Gordon <jogo@cloudscaling.com>2013-05-15 14:35:29 -0700
committerJoe Gordon <jogo@cloudscaling.com>2013-05-15 14:35:29 -0700
commitc6a9dfdb43081588b347b2f6e355bf057b71b4bd (patch)
tree3e94fb367c8216ca4586f5ecd27887ec74d1664d /tox.ini
parent378701bf3b2c67b3b98e692076f78cb83c2a419e (diff)
downloadoslo-c6a9dfdb43081588b347b2f6e355bf057b71b4bd.tar.gz
oslo-c6a9dfdb43081588b347b2f6e355bf057b71b4bd.tar.xz
oslo-c6a9dfdb43081588b347b2f6e355bf057b71b4bd.zip
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
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]