view tox.ini @ 6709:c45f082f1171

i18n: updated translation for Greek Currently translated at 14.2% (162 of 1135 strings)
author Asterios Dimitriou <steve@pci.gr>
date Wed, 14 Jun 2017 18:52:00 +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}