Files @ 62822054a1e2
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
admin: drop dead code for system update notifications

If we want it, we probably want to do it in a different way.
[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}