Files @ 68764bdff7c9
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
status: refactor internal dict for mapping status string to description

Slightly better performance ... but more importantly: do it "the right way".
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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