Files @ 605dbc13eeb7
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
ini: consistently use single line escaping of ## in template.ini.mako and separate sections by a single empty line
[tox]
envlist = py{26,27}-{pytest,nose}

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