view tox.ini @ 7409:5eb6805c2a4f

cli: convert 'gearbox update-repoinfo' into 'kallithea-cli repo-update-metadata' The --update-only option is replaced by listing repository names as separate command line arguments. The --invalidate-cache option is dropped and we just always invalidate all caches.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Sun, 18 Nov 2018 20:02:17 +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}