Bump hacking to 0.12

Change-Id: I8faa6b82ae5c895cb3a0d337ada3bba71d750a05
This commit is contained in:
Julien Danjou 2016-11-07 22:45:02 +01:00
parent 9a9b95a463
commit 4246667f39
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ deps = .[test]
commands = pifpaf run gnocchi -- 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]