10 lines
199 B
INI
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
|