Files @ e3840a1ec58c
Branch filter:

Location: kallithea/tox.ini

Matthias Zilk
git: fix test_git_cmd_injection on windows, add tests for path with spaces
[tox]
envlist = py{26,27}-{pytest,nose}

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