Files @ 6e1bd83552d8
Branch filter:

Location: kallithea/tox.ini - annotation

Ben Finney
Refer to “remote repository” and “clone” consistently in templates.

Modified by Mads Kiilerich.
[tox]
envlist = py{26,27}-{pytest,nose}

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