view tox.ini @ 8315:93dabafa567e

scripts/i18n: add command 'normalized-diff' Add a command 'normalized-diff' that takes two (po) files and diff normalized copies of them.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Thu, 07 Nov 2019 01:52:16 +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}