Files @ cf0e5b32c063
Branch filter:

Location: kallithea/tox.ini

Thomas De Schampheleire
style: change indentation of stylesheet to match future less output

Align the indentation of the stylesheet with the indentation 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}