view tox.ini @ 8387:d7a0b79eb047 stable-i18n

create branch 'stable-i18n' This branch will contain the full versions of the i18n files, including source code references, as well as the kallithea.pot file.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sat, 24 Aug 2019 21:48:43 +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}