Files @ aa6958515196
Branch filter:

Location: kallithea/tox.ini

mads
db: drop unused Setting.DEFAULT_UPDATE_URL

References were removed in 62822054a1e2.
[tox]
minversion = 1.8
envlist = py27-pytest

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