Files @ ce818fb1e264
Branch filter:

Location: kallithea/tox.ini

domruf
lib: remove unused kallithea/lib/profiler.py

pylint found import-error 'import objgraph'. This is bit-rotten and doesn't
seem like something we need. If we need it, there is probably a better way to
do it now.
[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}