Files @ 0a84ef075575
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
scripts: handle running with pending deleted files

Don't fail on files in manifest missing in working directory.
[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}