Merge "Bump hacking to 0.12"

This commit is contained in:
Jenkins 2016-11-21 12:10:17 +00:00 committed by Gerrit Code Review
commit f02ae37530
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]