Files @ 8d93d28adf25
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
db: add index on PullRequestReviewers.user_id
[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}