Files @ 25f7d871ea04
Branch filter:

Location: kallithea/tox.ini

Thomas De Schampheleire
style: remove unused class 'comment-inlines'

No reference can be found to the class 'comment-inlines', so remove it.
[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}