Files @ 2990b0587e3f
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
api: stop passing apiuser as parameter to handler functions - if they really need it, use self.authuser
[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}