Files @ f3acdc61e7f5
Branch filter:

Location: kallithea/tox.ini

Andrew Shadura
templates: assign a dummy href to a button to enable keyboard navigation

Only links having a href are assumed fully fledged dropdowns and
have keyboard navigation enabled for them.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    py26-pytest: unittest2
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}