Files @ b9896fba8b05
Branch filter:

Location: kallithea/tox.ini

Thomas De Schampheleire
style: remove empty lines in stylesheet to match future less output

Align the formatting of the stylesheet with the formatting that a less-compiled
version of this stylesheet would use. This will allow easy comparison of the
original and less-generated stylesheet in future commits.
[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}