Files @ 778f7ae3b6eb
Branch filter:

Location: kallithea/tox.ini

Anatoly Bubenkov
docs: add a reference to https://github.com/shazow/sqlalchemygrate for migration from sqlite to other dbs
[pytest]
norecursedirs = kallithea/tests/scripts .tox .eggs

[tox]
envlist = py{26,27}-{pytest,nose}

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    nose: nose
    pytest: pytest
commands =
    nose: nosetests {posargs}
    pytest: py.test {posargs}