Files @ 0c29e737db23
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
pullrequests: explicitly sort statuses and comments by id - and thus presumably in the right order used for computation of latest status
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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