Files @ c095a2f38add
Branch filter:

Location: kallithea/tox.ini - annotation

Søren Løvborg
db: stamp Alembic version into database

This ensures that a freshly created database will have the correct
Alembic version.
[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}