Files @ 3e20f8372681
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
db: fix gist_owner database field name - it is user_id

Fix bug introduced in 3533ee5cbb62.
[tox]
envlist = py{26,27}-{pytest,nose}

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