Files @ d9e6e489f171
Branch filter:

Location: kallithea/tox.ini

domruf
docs: reminder to add c:\path\to\git\bin to PATH
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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