jellyfish/tox.ini

13 lines
217 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]
2014-08-11 18:38:46 +00:00
commands =
pip install -e .
py.test jellyfish/test.py
deps = pytest
2014-03-15 02:24:00 +00:00
[testenv:flake8]
deps = flake8
commands = flake8 jellyfish
[flake8]
max-line-length=99