jellyfish/tox.ini

10 lines
172 B
INI
Raw Normal View History

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