Files @ b027fc1a0e85
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
pullrequests: show status label for reviews instead of the raw internal string
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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