Files @ 737c3704b44a
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
cleanup: fixes of checking for None

Don't update repoinfo for all repos if an invalid repo is specified.
[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}