summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAnn Kamyshnikova <akamyshnikova@mirantis.com>2013-06-25 14:09:54 +0400
committerAnn Kamyshnikova <akamyshnikova@mirantis.com>2013-07-04 11:00:22 +0400
commit60cafbdd9655c6ee2a6ec1cc725e1cc9e5c3a37b (patch)
tree40d7ec884f08616c5f5b7140ac35457c6288d202 /tox.ini
parent98d8fda44d8580b4d726708a91614114c32bd521 (diff)
downloadoslo-60cafbdd9655c6ee2a6ec1cc725e1cc9e5c3a37b.tar.gz
oslo-60cafbdd9655c6ee2a6ec1cc725e1cc9e5c3a37b.tar.xz
oslo-60cafbdd9655c6ee2a6ec1cc725e1cc9e5c3a37b.zip
Enable H304 hacking check
The error was: 'import install_venv_common as install_venv' is a relative import To fix it __init__.py was created and import string was fixed. Requirements for hacking changed to >=0.5.6 Change-Id: I71aa7c7cb268c26aa00828306138a84b30289cb9
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index bd9e5d7..ad939f1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,7 +13,7 @@ commands =
[flake8]
show-source = True
-ignore = H302,H304
+ignore = H302
exclude = .venv,.tox,dist,doc,*.egg,.update-venv
[testenv:pep8]