
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
9 lines
118 B
INI
9 lines
118 B
INI
[tox]
|
|
envlist = py26,py27
|
|
|
|
[testenv]
|
|
#deps = -r{toxinidir}/tools/pip-requires
|
|
deps = pep8
|
|
commands = pep8 git-review
|
|
|