Marx314 b013e96aff flake8 now automated (#5)
* flake8 now automated
* 120 chars max, auto-reformat intellij
2016-04-15 07:49:15 -04:00

14 lines
207 B
INI

[tox]
envlist = py27,flake8
[testenv]
deps = -r{toxinidir}/test-requirements.txt
commands =
nosetests --tests tests
[testenv:flake8]
commands = flake8
[flake8]
show-source = True
max-line-length = 120