Files @ 9416093966a0
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
pull requests: skip 'This pull request has already been merged' check for ranges; they have been "merged" to the ancestor from the beginning
[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}