Files @ 520d39490a06
Branch filter:

Location: kallithea/tox.ini - annotation

Søren Løvborg
db: tweak Alembic migration environment

Add comments about the license and purpose of these files, and align
env.py with the Kallithea code style.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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