2017-03-05 06:47:08 +00:00
|
|
|
[tox]
|
|
|
|
minversion = 1.6
|
|
|
|
skipsdist = True
|
|
|
|
envlist = pep8
|
|
|
|
|
|
|
|
[testenv]
|
2017-04-29 04:28:48 +00:00
|
|
|
basepython = python3.6
|
2017-03-05 06:47:08 +00:00
|
|
|
skip_install = True
|
|
|
|
install_command = pip install {opts} {packages}
|
|
|
|
deps = flake8
|
|
|
|
commands = flake8 {posargs}
|
|
|
|
|
2015-10-16 17:53:02 +00:00
|
|
|
[flake8]
|
|
|
|
max-line-length = 100
|
|
|
|
max-complexity = 10
|
2017-03-05 06:47:08 +00:00
|
|
|
exclude = .venv,.tox,ve2,.ve2,cms_pages,pinaxcon/proposals/migrations,pinaxcon/registrasion/migrations
|