Files @ 5262c498b3a0
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
docs: move translation to a separate page

Start new tradition of putting it under docs/dev/
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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