Files @ c7ef77ab2f95
Branch filter:

Location: kallithea/tox.ini

Søren Løvborg
db: remove SQLAlchemy Migrate support

The DbMigrateVersion table will be removed in a later changeset.
[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}