10 lines
167 B
INI
10 lines
167 B
INI
|
[tox]
|
||
|
envlist = py27,pypy,py33,flake8
|
||
|
[testenv]
|
||
|
commands = python setup.py test
|
||
|
[testenv:flake8]
|
||
|
deps = flake8
|
||
|
commands = flake8 jellyfish
|
||
|
[flake8]
|
||
|
max-line-length=99
|