Files @ 04c82eb326fb
Branch filter:

Location: kallithea/tox.ini - annotation

domruf
tests: avoid unicode in test case on Windows - the Windows command line can't easily handle "exotic" characters
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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