Bump hacking to 0.12

Change-Id: Ic6865a2f434774ad23fc637bef77c33f9db12998
This commit is contained in:
Julien Danjou 2016-11-07 22:13:33 +01:00
parent efcff7f029
commit 0e49f8864c

View File

@ -50,7 +50,7 @@ commands =
commands = pifpaf -g AODH_TEST_STORAGE_URL run mysql -- python setup.py testr --slowest --coverage --testr-args="{posargs}" commands = pifpaf -g AODH_TEST_STORAGE_URL run mysql -- python setup.py testr --slowest --coverage --testr-args="{posargs}"
[testenv:pep8] [testenv:pep8]
deps = hacking<0.12,>=0.11.0 deps = hacking>=0.12,<0.13
commands = commands =
flake8 flake8
# Check that .po and .pot files are valid: # Check that .po and .pot files are valid: