Files @ 4071f4df98c3
Branch filter:

Location: kallithea/tox.ini

mads
pytype: drop pytype_requirements.txt appenlight dependency

appenlight support was dropped in 09826e98b064.
[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}