10 lines
150 B
INI
10 lines
150 B
INI
[tox]
|
|
envlist = pep8, pyflakes
|
|
|
|
[testenv:pep8]
|
|
deps = pep8==1.4.5
|
|
commands = bash tools/pep8.sh
|
|
|
|
[testenv:pyflakes]
|
|
commands = bash tools/pyflakes.sh
|