Bump hacking to 0.11.0

Change-Id: I241daba4eb69a01680f737baeca0d3894790e8c4
This commit is contained in:
Julien Danjou 2016-05-10 17:09:53 +02:00
parent 496786d517
commit dc70355729
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.11,>=0.10.0
deps = hacking<0.12,>=0.11.0
commands = flake8
[testenv:venv]