Files @ 8ccc02375c0d
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
tests: basic tests that the pam and crowd auth modules can be enabled

Will at least give a minimal check for syntax errors ...
[tox]
envlist = py{26,27}-{pytest,nose}

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