Files @ dbbddd1e45cf
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
db: remove redundant Column namings

sed -i "s,^ \(.*\) = Column('\1'\, , \1 = Column(,g" kallithea/model/db.py
[tox]
envlist = py{26,27}-{pytest,nose}

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