Files @ cb3fa867418f
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
db: add explicit NOT NULL constraint for the implicit invariant that all status changes have a comment
[tox]
envlist = py{26,27}-{pytest,nose}

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