view tox.ini @ 7199:0bec9f92745a

git: let links to git submodules be real links that can open in new tabs - not just in-page navigation Submodules should not be loaded with 'ypjax-link' because they point to a place outside the repository or maybe even outside the kallithea instance.
author domruf <dominikruf@gmail.com>
date Mon, 20 Nov 2017 23:18:38 +0100
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}