Files @ ba3bdd16ca2d
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
db: make return type for get_comments consistent - don't return a list for the empty case
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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