Files @ 30419d563fb9
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
tests: update for git sometimes emitting 'Cloning into' on stderr

Tests failed with Git 2.1.0 .
[tox]
envlist = py{26,27}-{pytest,nose}

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