view tox.ini @ 8333:e505395c3a03

i18n: better stripping of header comment for new translations Also strip any header occurrence of: # FIRST AUTHOR <EMAIL@ADDRESS>, 2019. # while preserving stripping of: #, fuzzy and leading empty comment lines.
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 02 Feb 2020 21:29:18 +0100
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}