Files @ 1906a1389cdd
Branch filter:

Location: kallithea/tox.ini

timeless@gmail.com
spelling: separated
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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