Files @ 5f0bba61653c
Branch filter:

Location: kallithea/tox.ini - annotation

domruf
changelog: add the same class to empty cell

In order to be able to style the column, an empty cell needs the same class.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    py26-pytest: unittest2
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}