Files @ b29327dba7d9
Branch filter:

Location: symposion_app/tox.ini

James Polley
Add an optional URL for each room

This could be used, for instance, to add a link to a map showing the
location of the room.

At present, this will change slots of type "talk" or "tutorial"; if
the first room for the slot has a URL, the room will be presented as a
link to that URL with just the first room's name. If the first room
has no URL, the talk will be presented with a comma-seperated list of
all the rooms used by this slot.

For LCA2018 we have no talks/tutorials with >1 room on the slot, so
this point is moot.
[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