view tox.ini @ 7593:a1284677f1fd

i18n: updated translation for German Currently translated at 64.9% (707 of 1090 strings)
author Allan Nordhøy <epost@anotheragency.no>
date Wed, 13 Mar 2019 00:38:58 +0000
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}