Files @ db2e1fb6aec7
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
tables: drop .lower on raw_name - search is case insensitive anyway
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

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