Bump hacking to 0.12

Change-Id: I0ca6c005df445c22fb171e816b1de6da0f4126c9
This commit is contained in:
Julien Danjou
2016-11-07 22:43:35 +01:00
parent c1141ed5be
commit bd358b040d

View File

@@ -13,7 +13,7 @@ commands =
python setup.py testr --slowest --testr-args='{posargs}'
[testenv:pep8]
deps = hacking<0.12,>=0.11.0
deps = hacking<0.13,>=0.12
commands = flake8
[testenv:cover]