Files @ 968f2d4214e8
Branch filter:

Location: kallithea/tox.ini - annotation

Søren Løvborg
db: remove SQLAlchemy Migrate library and RhodeCode migration scripts

It is no longer used or referenced.
[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}