Bump hacking to 0.12

Change-Id: I344c02445bae5960ec450357b5a088ca9a6cb385
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2016-11-07 22:17:41 +01:00
parent 87bd49b62e
commit 430f736dc2
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ deps = -r{toxinidir}/requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:pep8]
deps = hacking>=0.11,<0.12
deps = hacking>=0.12,<0.13
commands = flake8
[testenv:venv]