git-review/tox.ini

12 lines
206 B
INI

[tox]
envlist = py26,py27
[testenv]
setenv = VIRTUAL_ENV={envdir}
deps = pep8
argparse
commands = pep8 --show-source setup.py git-review
[testenv:sdist]
commands = python setup.py sdist {posargs}