Files
deb-python-pecan/tox.ini
Ryan Petrello 0a30cd57b1 pep8 compliance
2012-10-29 11:35:45 -04:00

10 lines
199 B
INI

[tox]
envlist = py26,py27,pep8
[testenv]
commands=python setup.py test --functional
[testenv:pep8]
deps = pep8
commands = pep8 --repeat --show-source --exclude *compat*,resources.py pecan setup.py