Files @ 894ab347d808
Branch filter:

Location: kallithea/tox.ini

domruf
tests: use double quotes in command lines - single quotes in command lines are not considered quotes on Windows
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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