Files @ 910c0a039f2a
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
pullrequests: on 'My Pull Requests' move delete all the way to the right
[tox]
envlist = py{26,27}-{pytest,nose}

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