Files @ 05dc948c9788
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
auth: use other and better checks than is_authenticated

These are the two only uses of is_authenticated, and we are fine without it.
[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}