Files @ 62b350b577a9
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
diff: introduce new temporary local variables to align similar code to make it almost identical
[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}