view tox.ini @ 5083:4324b8f2b121

db: remove redundant Column namings missed in dbbddd1e45cf sed -i "s,^ \(.*\) = Column(\"\1\"\, , \1 = Column(,g" kallithea/model/db.py
author Mads Kiilerich <madski@unity3d.com>
date Wed, 29 Apr 2015 04:22:07 +0200
parents 8c1258f69892
children 768989c595aa
line wrap: on
line source

[tox]
envlist = py{26,27}-{pytest,nose}

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