Files @ f7e0c34be9d6
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
changelog: drop unused tablerow stuff

tablerow was referenced but other CSS was hiding it anyway.

If we want alternating colors, modern css has better ways of doing it.
[tox]
minversion = 1.8
envlist = py{26,27}-{pytest,nose}

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