Files @ a478cad966b1
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
ini: consistently write #-disabled lines without space after # and with single space around =
[tox]
envlist = py{26,27}-{pytest,nose}

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