view tox.ini @ 7594:faff12284f2a

i18n: updated translation for Norwegian Bokmål Currently translated at 20.3% (221 of 1090 strings)
author Allan Nordhøy <epost@anotheragency.no>
date Wed, 13 Mar 2019 00:34:28 +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}