Files @ 2a882678db5b
Branch filter:

Location: symposion_app/tox.ini

James Polley
(re)create miniconf proposals

This is a partial revert of 6d864e8ce56b8cbb53c90c620729238181c6c8ae
- plucking out the bits we want to re-use
[tox]
minversion = 1.6
skipsdist = True
envlist = pep8

[testenv]
basepython = python3.6
skip_install = True
install_command = pip install {opts} {packages}
deps = flake8
commands = flake8 {posargs}

[flake8]
max-line-length = 100
max-complexity = 10
exclude = .venv,.tox,ve2,.ve2,cms_pages,pinaxcon/proposals/migrations,pinaxcon/registrasion/migrations