Files @ 4dfd7a135c04
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
pull requests: remove unused support for 'ajax' call to pullrequest_show_all
[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}