Files @ ddefc55eaf08
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
db: introduce _table_args_default_dict with dict values for __table_args__

DRY.
[tox]
minversion = 1.8
envlist = py{26,27}-{pytest,nose}

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