Files @ 8d663d23ab85
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
scripts: make output from run-all-cleanup easier to parse

Make it clear that it didn't end prematurely due to some invisible problem.
[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}