Pin hacking <0.6

* tox.ini: Newer hacking fails to recognize the Apache header in the
git-review script, so pin at <0.6 for now to match an upcoming
refactoring change. This will allow us to get some quick cosmetic
fixes in first.

Change-Id: I8e92b1d23d0b8d87e3bafe43d97c987abdf1d9f8
This commit is contained in:
Jeremy Stanley 2013-08-08 05:00:16 +00:00
parent 19e9eb0f3f
commit 08f878bc02

View File

@ -6,7 +6,7 @@ setenv = VIRTUAL_ENV={envdir}
[testenv:pep8]
deps = argparse
hacking
hacking<0.6
commands = flake8
[testenv:sdist]