11 lines
158 B
INI
11 lines
158 B
INI
[tox]
|
|
envlist = py26,py27,py33,pep8
|
|
|
|
[testenv]
|
|
deps=pytest
|
|
commands=py.test
|
|
|
|
[testenv:pep8]
|
|
deps = pep8==1.2
|
|
commands = pep8 --repeat --show-source warlock
|