Files @ cabad1c7d5f1
Branch filter:

Location: symposion_app/tox.ini

James Polley
Change "Apply voucher" button into a link

I can't find the form that should be displayed here, so the simplest
thing I can do at 11pm is to make this a link. That's unsatisfying but
hopefully works.
[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