Files @ 9dd17228c0dc
Branch filter:

Location: kallithea/tox.ini - annotation

Ronny Pfannschmidt
tests: avoid 'import *' in api tests
[pytest]
norecursedirs = kallithea/tests/scripts .tox


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

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