view tox.ini @ 7629:2b8563d0432c stable

ini: fix typo i18n.enable -> i18n.enabled (Issue #339) Commit f2f7a8c1281e changed the i18n-related ini settings to match TurboGears2. Even though the commit message correctly refers to 'i18n.enabled', the code incorrectly used 'i18n.enable'.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Mon, 01 Apr 2019 11:30:47 +0200
parents dd676fdeda0f
children ab30729c735c
line wrap: on
line source

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

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    -r{toxinidir}/dev_requirements.txt
    py26-pytest: unittest2
    python-ldap
    python-pam
commands =
    pytest: py.test {posargs}