Files @ 2824cb8bcc0e
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
docs: make 'API access for web views' less prominent - the official API should come first
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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