jellyfish/tox.ini

10 lines
172 B
INI

[tox]
envlist = py27,pypy,py33,py34,flake8
[testenv]
commands = python setup.py test
[testenv:flake8]
deps = flake8
commands = flake8 jellyfish
[flake8]
max-line-length=99