view tox.ini @ 8878:fd482225c0a2 i18n

i18n: fix odd space before ? in "Don't have an account ?" Dropping the odd space gives duplicate translation strings ... but there are no actual conflicting translations, so it can be resolved "trivially".
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 12 May 2021 11:01:13 +0200
parents ab30729c735c
children
line wrap: on
line source

[tox]
minversion = 1.8
envlist = py27-pytest

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