Files @ d14048bcb857
Branch filter:

Location: symposion_app/tox.ini

James Polley
Further changes to support badge generation for lca2018

* Undo some of the debugging done early in this series of patches
* Add ability for a user to preview their own badge
* Add a template for the LCA2018 badge
[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