Files @ 9d79a66b18c9
Branch filter:

Location: kallithea/tox.ini

domruf
summary: put text outside of trending files bar if < 5%

The text can't be read otherwise. In the future this should also react to the
screen size.
[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}