jellyfish/tox.ini

10 lines
167 B
INI
Raw Normal View History

2014-03-15 02:24:00 +00:00
[tox]
envlist = py27,pypy,py33,flake8
[testenv]
commands = python setup.py test
[testenv:flake8]
deps = flake8
commands = flake8 jellyfish
[flake8]
max-line-length=99