Files @ d8918bb94b80
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
tests: introduce pam_lib_installed for testing of the optional PAM auth module
[tox]
envlist = py{26,27}-{pytest,nose}

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