Files @ 9fd64dd2617d
Branch filter:

Location: kallithea/tox.ini

Søren Løvborg
docs: document how to use Alembic for database migrations
[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}