git-review/tox.ini
Monty Taylor 3cf55f98ac Added tox support for testing pep8.
We'll process requirements.txt to install depends as needed.
Also include a hacking doc explaining what we expect.
Also, including argparse automatically breaks our automagic version
numbering, so import it in main() (slightly evil, but not terrible)

Change-Id: Ib3f65459fe2cd54ce531b7ae22935e24bd8f8920
2012-01-26 18:55:10 -05:00

9 lines
118 B
INI

[tox]
envlist = py26,py27
[testenv]
#deps = -r{toxinidir}/tools/pip-requires
deps = pep8
commands = pep8 git-review