Files @ f55891e42e0e
Branch filter:

Location: kallithea/tox.ini - annotation

domruf
tests: check Released lock message test_push_unlocks_repository_git

An assert has been commented out since the beginning of Kallithea. Now enable
it again.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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