view tox.ini @ 7339:52f823b92614

docs: vcs_setup: add note about Git HTTP POST buffer As suggested by https://bitbucket.org/conservancy/kallithea/issues/229/bad-file-descriptor#comment-30073565
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Mon, 30 Jul 2018 21:19:33 +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}