Files @ c7dc1c7ace67
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
notifications: convert the last get_for_user to query_for_user - this one was missed in 85bb68f64597
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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