view tox.ini @ 5261:46011fe63e75

AuthSettingsController: don't add auth settings to tmpl_context Do not import auth setting into the template context, since the values are not actually used, except for 'auth_plugins'. For 'auth_plugins', use the existing (and identical) 'enabled_plugins' attribute instead.
author Søren Løvborg <kwi@kwi.dk>
date Tue, 14 Jul 2015 13:59:59 +0200
parents 8c1258f69892
children 768989c595aa
line wrap: on
line source

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

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