view tox.ini @ 7887:011164f79bdb stable

i18n: updated translation for German Currently translated at 71.1% (777 of 1093 strings)
author ssantos <ssantos@web.de>
date Wed, 29 May 2019 15:31:13 +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}