Files @ d8efd9270441
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
flake8: fix E111 indentation is not a multiple of four
[tox]
minversion = 1.8
envlist = py27-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}