Files @ 110b504916b6
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
ini: document canonical_url - it was introduced long time ago but seems useful
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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