Bump hacking to 0.12

Change-Id: Id63575911ca1897602f62b5050dc4cdcec708930
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou
2016-11-07 22:45:07 +01:00
parent 7f0ce54249
commit fc26f0fc81

View File

@@ -16,7 +16,7 @@ deps = -r{toxinidir}/requirements.txt
commands = pifpaf run aodh --gnocchi-create-legacy-resource-types -- python setup.py test --slowest --testr-args='{posargs}'
[testenv:pep8]
deps = hacking<0.12,>=0.11.0
deps = hacking<0.13,>=0.12
commands = flake8
[testenv:venv]