Files @ 19267f233d39
Branch filter:

Location: kallithea/tox.ini - annotation

Mads Kiilerich
tests: move test.ini to kallithea/tests/
[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}